fix(tui) reorder personality command (#10134)
## Summary Reorder it down the list ## Testing - [x] Tests pass
This commit is contained in:
parent
8cc338aecf
commit
be33de3f87
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ pub enum SlashCommand {
|
|||
// DO NOT ALPHA-SORT! Enum order is presentation order in the popup, so
|
||||
// more frequently used commands should be listed first.
|
||||
Model,
|
||||
Personality,
|
||||
Approvals,
|
||||
Permissions,
|
||||
#[strum(serialize = "setup-elevated-sandbox")]
|
||||
|
|
@ -40,6 +39,7 @@ pub enum SlashCommand {
|
|||
Feedback,
|
||||
Rollout,
|
||||
Ps,
|
||||
Personality,
|
||||
TestApproval,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue