diff options
-rwxr-xr-x | bin/menuscripts/commander | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/menuscripts/commander b/bin/menuscripts/commander index 78a27c9..ff58a56 100755 --- a/bin/menuscripts/commander +++ b/bin/menuscripts/commander @@ -227,6 +227,8 @@ main() add_option '--print-query' } + instant() { :; } + prefix() { :; } prompt() { add_option "--prompt" "$prompt_arg"; } |