mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
fix some parameters that should parse remainder but werent
This commit is contained in:
parent
a307dd37c4
commit
2fe747d704
4 changed files with 28 additions and 21 deletions
|
|
@ -20,7 +20,7 @@ pub fn cmds() -> impl Iterator<Item = Command> {
|
|||
command!(switch, ("commands", ["help"]) => "switch_commands"),
|
||||
command!(switch, out => "switch_out"),
|
||||
command!(switch, delete => "switch_delete").flag(("all", ["clear", "c"])),
|
||||
command!(switch, r#move, OpaqueString => "switch_move"), // TODO: datetime parsing
|
||||
command!(switch, r#move, OpaqueStringRemainder => "switch_move"), // TODO: datetime parsing
|
||||
command!(switch, edit, out => "switch_edit_out").flag(YES),
|
||||
command!(switch, edit, Optional(MemberRefs) => "switch_edit").flags(edit_flags),
|
||||
command!(switch, copy, Optional(MemberRefs) => "switch_copy").flags(edit_flags),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue