Binboo.Core.Commands.HelpCommand.HelpFor C# (CSharp) Method

HelpFor() private method

private HelpFor ( Argument command ) : IEnumerable
command Argument
return IEnumerable
        private IEnumerable<IBotCommand> HelpFor(Argument command)
        {
            return command.IsPresent ? FindCommand(command) : _parent.Commands;
        }