Browse Source

Updated comment in full framework version for "test-2".

Noted the different behaviour between full framework and core.
master
Craig Oates 6 years ago
parent
commit
a8a7042f31
  1. 3
      BrittleFish/ConsoleCommands.fs

3
BrittleFish/ConsoleCommands.fs

@ -55,7 +55,8 @@
[<Parameters "none">] [<Parameters "none">]
[<Usage "> test 2">] [<Usage "> test 2">]
let ``test-2``() = "Result: Test 2 working" let ``test-2``() = "Result: Test 2 working"
// This only works when you type "test 2" not ideal but better then nothing (*This only works when you type "test 2" not ideal but better then nothing
THIS IS DIFFERENT THAN THE CORE VERSION OF THE FRAMEWORK.*)
[<ListCommand>] [<ListCommand>]
[<Description "Displays a message in the console, signfying the command-method is working.">] [<Description "Displays a message in the console, signfying the command-method is working.">]

Loading…
Cancel
Save