diff --git a/SmoulderingBeachBallCLI/ConsoleCommands.fs b/SmoulderingBeachBallCLI/ConsoleCommands.fs index 48ecb33..cda04d5 100644 --- a/SmoulderingBeachBallCLI/ConsoleCommands.fs +++ b/SmoulderingBeachBallCLI/ConsoleCommands.fs @@ -11,29 +11,29 @@ let showEndOfCommandMessage = "[INFO.] Execution completed." [] + [] [] - [] [] let test () = "[SUCCESS] Smouldering Beach Ball CLI seems to be working." [] - [] [] + [] [] let help () = CW_Liaison().RequestHelpDocumentation("Commands") [] - [] [] + [] [] let exit () = Environment.Exit (Environment.ExitCode) [] + [] [] - [] [] let ``draw-default`` imgWidth imgHeight = try @@ -46,15 +46,15 @@ | _ as ex -> ex.Message [] + [] [] - [] [ ex.Message | _ as ex -> ex.Message + [] + [] + [] + [] let ``list-colours`` () = printfn "[INFO.] Listing available colours..." for item in colourList do @@ -78,10 +83,10 @@ (* ALIASES ======================================================================= These command-methods will not show up in the help section. - Before adding extra aliases, make sure the main version is as helpful - to someone new to the program as possible. Aliases should be treated as - commands for experienced users and documented on the wiki, hosted - alongside the repository on GitHub. + Before adding extra aliases, make sure the main version is as clear and + helpful to someone new to the program as possible. Aliases should be + treated as commands for experienced users and documented on the wiki, + hosted alongside the repository on GitHub. URL: https://github.com/CraigOates/Smouldering-Beach-Ball/wiki *) let dd imgWidth imgHeight =