#include "command.h"
Data Fields | |
| const char * | name |
| Name of the command. | |
| enum CommandResult(* | parse )(const struct Command *cmd, struct Buffer *line, struct Buffer *err) |
| intptr_t | data |
| Data or flags to pass to the command. | |
| const char * | help |
| One-line description of the Command. | |
| const char * | proto |
| Command prototype. | |
| const char * | path |
| Help path, relative to the NeoMutt Docs. | |
| CommandFlags | flags |
| Command flags, e.g. CF_SYNONYM. | |
| enum CommandResult(* Command::parse) (const struct Command *cmd, struct Buffer *line, struct Buffer *err) |
| intptr_t Command::data |
| const char* Command::help |
| const char* Command::path |
| CommandFlags Command::flags |
Command flags, e.g. CF_SYNONYM.