Browse Source

Uncommented the BFLibCore command-methods in the (core) console project.

master
Craig Oates 6 years ago
parent
commit
33615f5bfa
  1. 3
      BrittleFishCore/ConsoleCommands.fs

3
BrittleFishCore/ConsoleCommands.fs

@ -25,7 +25,7 @@
let help() =
let liaison = CW_Liaison()
liaison.RequestHelpDocumentation("Commands")
(*
[<ListCommand>]
[<Description "Adds the two numbers together.">]
[<Parameters "x:int y:int">]
@ -43,6 +43,5 @@
[<Parameters "name: string">]
[<Usage "> libtest3 \"Craig Oates\"">]
let libtest3 name = String.Format("Result: {0}", LibraryTest3 name)
*)

Loading…
Cancel
Save