diff --git a/SmoulderingBeachBallCLI/ConsoleCommands.fs b/SmoulderingBeachBallCLI/ConsoleCommands.fs index 2a803a0..c6d19a8 100644 --- a/SmoulderingBeachBallCLI/ConsoleCommands.fs +++ b/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." +