Browse Source

add help command to CLI.

master
Craig Oates 6 years ago
parent
commit
73be2e035d
  1. 5
      DeathSocketCLI/Commands.fs

5
DeathSocketCLI/Commands.fs

@ -5,10 +5,13 @@
open DeathSocket.GridPainter
open Validation
open System.IO
open Console.Waterworks
let showEndOfCommandMessage = "[INFO.] Task completed."
let test () = "Death Socket is working."
let test () = "[SUCCESS] Death Socket is working."
let help () = CW_Liaison().RequestHelpDocumentation("Commands")
let exit () = Environment.Exit (Environment.ExitCode)

Loading…
Cancel
Save