Browse Source

add exit command to CLI.

master
Craig Oates 6 years ago
parent
commit
6949c6dedf
  1. 2
      DeathSocketCLI/Commands.fs

2
DeathSocketCLI/Commands.fs

@ -10,6 +10,8 @@
let test () = "Death Socket is working."
let exit () = Environment.Exit (Environment.ExitCode)
let ``add-grid`` imgPath numRows numColumns pWidth colour newPath =
try
printfn "[INFO.] Adding grid to image..."

Loading…
Cancel
Save