Пример #1
0
        /// <summary>
        /// Displays the help section for the current command
        /// </summary>
        internal void DisplayHelp()
        {
            DefaultCommandWarning();
            HelpManager help = new HelpManager(this);

            help.Output();
        }