summaryrefslogtreecommitdiffstats
path: root/src/key_command/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/command.rs')
-rw-r--r--src/key_command/command.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/key_command/command.rs b/src/key_command/command.rs
index 0a4736f..c0c575d 100644
--- a/src/key_command/command.rs
+++ b/src/key_command/command.rs
@@ -153,7 +153,10 @@ pub enum Command {
initial: char,
},
- Sort(SortType),
+ Sort {
+ sort_type: SortType,
+ reverse: Option<bool>,
+ },
SortReverse,
FilterGlob {