Browse Source

add initial console-commands to CLI project.

master
Craig Oates 6 years ago
parent
commit
e0520801dd
  1. 18
      SmoulderingBeachBallCLI/ConsoleCommands.fs

18
SmoulderingBeachBallCLI/ConsoleCommands.fs

@ -3,6 +3,24 @@
module ConsoleCommands =
open Console.Waterworks
open SmoulderingBeachBall
open SmoulderingBeachBall.Services
let test () = "This program is working."
let ``draw-image`` () =
// makeImage
//"Image completed."
"Command not implemented."
let ``draw-borderedImage`` () =
//"Image completed."
"Command not implemented."
let ``draw-overlayedImage`` () =
//"Image completed."
"Command not implemented."

Loading…
Cancel
Save