Click or drag to resize

CommandUtilsPrintCommandsDescription Method

Prints (in the console) the description of all commands found in the specified assembly.

Namespace:  MicaSystems.Utils.CLI
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void PrintCommandsDescription(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
The assembly containing commands' classes.
See Also