diff --git a/BrittleFish/AssemblyInfo.fs b/BrittleFish/AssemblyInfo.fs index 5eb6b8b..4f01603 100644 --- a/BrittleFish/AssemblyInfo.fs +++ b/BrittleFish/AssemblyInfo.fs @@ -7,12 +7,12 @@ open System.Runtime.InteropServices // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[] -[] +[] +[] [] -[] -[] -[] +[] +[] +[] [] [] diff --git a/BrittleFish/ConsoleCommands.fs b/BrittleFish/ConsoleCommands.fs index cca55b4..196c531 100644 --- a/BrittleFish/ConsoleCommands.fs +++ b/BrittleFish/ConsoleCommands.fs @@ -26,11 +26,21 @@ let liaison = CW_Liaison() liaison.RequestHelpDocumentation("Commands") + [] + [] + [] + [ libtest1 5 10">] let libtest1 x y = String.Format("Result: {0}" , LibraryTest1 x y) - + [] + [] + [] + [ libtest2 5 10 2">] let libtest2 x y z = String.Format("Result: {0}", (LibraryTest2 x y z)) - + [] + [] + [] + [ libtest3 \"Craig Oates\"">] let libtest3 name = String.Format("Result: {0}", LibraryTest3 name)