pub const COMMAND_BUF_LEN: usize = 64;
Commands can be up to 32 bytes long: since commands themselves are 4-5 characters, limiting arguments to 25 bytes or so seems fine for now.