Browse Source

update cheat-sheet.pdf and add help attributes to cheat command-method.

master
Craig Oates 6 years ago
parent
commit
d423cb6826
  1. 4
      SmoulderingBeachBallCLI/ConsoleCommands.fs
  2. BIN
      SmoulderingBeachBallCLI/cheat-sheet.pdf

4
SmoulderingBeachBallCLI/ConsoleCommands.fs

@ -24,6 +24,10 @@
[<Usage "help">]
let help () = CW_Liaison().RequestHelpDocumentation("Commands")
[<ListCommand>]
[<Parameters "none">]
[<Description "Saves this program's cheat sheet to the desktop.">]
[<Usage "cheat">]
let cheat () =
try
printfn "[INFO] Attempting to save cheat sheet to the desktop..."

BIN
SmoulderingBeachBallCLI/cheat-sheet.pdf

Binary file not shown.
Loading…
Cancel
Save