From e0520801ddd329d02595ff8f8416a41dc9131dfe Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 1 Sep 2018 21:55:42 +0100 Subject: [PATCH] add initial console-commands to CLI project. --- SmoulderingBeachBallCLI/ConsoleCommands.fs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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." +