Exemplo n.º 1
0
        protected void when_getting_help()
        {
            Help = new CommandDescriptionOutput(Command);

        }
Exemplo n.º 2
0
 protected void when_getting_help()
 {
     Usage = new CommandDescriptionOutput(_command).UsageLine;
 }