#include "command.h"
Data Fields | |
| const char * | name |
| Name of the command. | |
| enum CommandResult(* | parse )(struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err) |
| intptr_t | data |
| Data or flags to pass to the command. | |
| enum CommandResult(* Command::parse) (struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err) |
| intptr_t Command::data |