AuthecoConsole.Command2.GetUsage C# (CSharp) Method

GetUsage() private method

private GetUsage ( ) : string
return string
        public string GetUsage()
        {
            var help = new HelpText(desc);
            help.AdditionalNewLineAfterOption = true;
            help.AddOptions(this);
            return help;
        }