diff --git a/DeathSocketCLI/Commands.fs b/DeathSocketCLI/Commands.fs index f6359ee..e0b5bd6 100644 --- a/DeathSocketCLI/Commands.fs +++ b/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)