Skip to content

Commit

Permalink
added mode completion
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Jun 29, 2023
1 parent f8ea424 commit 91936b7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/widget/input/completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,23 @@ impl Default for Completion {
optional: false,
}],
},
Entry {
title: "MODE",
args: vec![
Arg {
text: "channel",
optional: false,
},
Arg {
text: "mode",
optional: false,
},
Arg {
text: "user",
optional: true,
},
],
},
],
filtered_entries: vec![],
}
Expand Down

0 comments on commit 91936b7

Please sign in to comment.