PluralKit/crates/command_parser/src
2025-09-27 00:21:34 +00:00
..
command.rs add hidden flags that dont show up in suggestions, mainly for global flags 2025-09-27 00:21:34 +00:00
flag.rs feat: implement system name etc. commands 2025-03-31 22:22:38 +09:00
lib.rs feat: implement system front commands 2025-09-26 14:58:59 +00:00
parameter.rs implement random commands, dont keep the subcommands only the flags 2025-09-26 23:56:49 +00:00
string.rs refactor: separate commands into command_parser, command_definitions crates 2025-01-21 04:31:03 +09:00
token.rs feat: implement system front commands 2025-09-26 14:58:59 +00:00
tree.rs refactor(command_parser): remove the Empty token, we don't need it 2025-01-24 04:13:06 +09:00