예제 #1
0
        protected void when_getting_help()
        {
            Help = new CommandDescriptionOutput(Command);

        }
예제 #2
0
 protected void when_getting_help()
 {
     Usage = new CommandDescriptionOutput(_command).UsageLine;
 }