From dd22423b8438986e038a25eca821643ca682345a Mon Sep 17 00:00:00 2001 From: "HOT-ROD\\craig" Date: Tue, 29 May 2018 22:50:10 +0100 Subject: [PATCH] Added help attributes to the libtest command-methods. Added info. to the assembly info. in the console project. --- BrittleFish/AssemblyInfo.fs | 10 +++++----- BrittleFish/ConsoleCommands.fs | 14 ++++++++++++-- 2 files changed, 17 insertions(+), 7 deletions(-) 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)