From b5fef5563bbadd0f36dfd5b0fe31a19ed43c2305 Mon Sep 17 00:00:00 2001 From: "OPTIMUS-PRIME\\craig" Date: Mon, 3 Sep 2018 22:32:26 +0100 Subject: [PATCH] edit comments and attributes in ConsoleCommands.fs. --- SmoulderingBeachBallCLI/ConsoleCommands.fs | 31 +++++++++++++--------- 1 file changed, 18 insertions(+), 13 deletions(-) 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 =