diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-27 12:51:13 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-27 12:51:13 +0200 |
commit | 2877c527c52909d5735e9b2c1c7905bb22bc4d87 (patch) | |
tree | b8a68eb7ca66d192d5d6307926eb809184793458 | |
parent | cf31b107005e5342cd181277be35f570247a70f6 (diff) |
[commander] added placeholder instant function
-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"; } |