Big Tony
BigTony.Core.CommandParser Class Reference

Static Public Member Functions

static void FindCommands ()
 
static byte[] RunCommand (string command, Span< string > args)
 

Static Public Attributes

static Command[] commands
 

Member Function Documentation

◆ FindCommands()

static void BigTony.Core.CommandParser.FindCommands ( )
inlinestatic

◆ RunCommand()

static byte [] BigTony.Core.CommandParser.RunCommand ( string  command,
Span< string >  args 
)
inlinestatic

Member Data Documentation

◆ commands

Command [] BigTony.Core.CommandParser.commands
static