diff --git a/SmoulderingBeachBallCLI/ConsoleCommands.fs b/SmoulderingBeachBallCLI/ConsoleCommands.fs index 9e47ed9..029372f 100644 --- a/SmoulderingBeachBallCLI/ConsoleCommands.fs +++ b/SmoulderingBeachBallCLI/ConsoleCommands.fs @@ -63,17 +63,17 @@ [] [] + ("(image-width: int) (image-height: int) (main-colour: string) " + + "(overlay-colour: string) (overlay-type: string) (file-path: string)")>] [] [] let ``draw-image`` imgWidth imgHeight mainColour oColour oType path = try @@ -87,8 +87,7 @@ [] [] - [] + [] [] let ``list-colours`` () = printfn "[INFO.] Listing available colours..."