C# Class qtbot.CommandPlugin.CommandParser

Show file Open project: stepperman/HB-Discord-Bot

Public Methods

Method Description
ParseArgs ( string input, CommandPart &args ) : bool

Private Methods

Method Description
Parse ( string input, string &command, CommandPart &args, bool ParseCommand = false ) : bool

Method Details

ParseArgs() public static method

public static ParseArgs ( string input, CommandPart &args ) : bool
input string
args CommandPart
return bool