dusk
|
479e0a59b5
|
remove rest of the parsing in csharp bot
|
2025-10-08 03:26:40 +00:00 |
|
dusk
|
15ffd16c01
|
implement command root
|
2025-10-07 21:59:26 +00:00 |
|
dusk
|
95fc7e9f60
|
implement parse list options and related commands
|
2025-09-30 18:45:35 +00:00 |
|
dusk
|
92276a720e
|
refactor(command_parser): remove the Empty token, we don't need it
|
2025-01-24 04:13:06 +09:00 |
|
dusk
|
07e8a4851a
|
feat(commands): add cs codegen to statically use params and flags in bot code, remove Any
|
2025-01-21 12:36:54 +09:00 |
|
dusk
|
0c012e98b5
|
refactor: separate commands into command_parser, command_definitions crates
|
2025-01-21 04:31:03 +09:00 |
|
dusk
|
2a66e8b4cf
|
refactor(commands): remove general From array impl for tokens because it doesnt make sense
|
2025-01-21 00:39:25 +09:00 |
|
dusk
|
f0d287b873
|
feat(commands): show command suggestions if a command was not found
|
2025-01-11 22:38:29 +09:00 |
|
dusk
|
c43a855184
|
feat(commands): make bin parse any commands passed to it
|
2025-01-11 19:49:16 +09:00 |
|
dusk
|
4f7e9c22a1
|
feat(commands): implement Display traits for Token and Command to have some basic 'doc gen', split Toggle into Enable and Disable
|
2025-01-08 18:31:59 +09:00 |
|