summaryrefslogtreecommitdiff
path: root/bin/menuscripts/commander
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-27 12:51:13 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-27 12:51:13 +0200
commit2877c527c52909d5735e9b2c1c7905bb22bc4d87 (patch)
treeb8a68eb7ca66d192d5d6307926eb809184793458 /bin/menuscripts/commander
parentcf31b107005e5342cd181277be35f570247a70f6 (diff)
[commander] added placeholder instant function
Diffstat (limited to 'bin/menuscripts/commander')
-rwxr-xr-xbin/menuscripts/commander2
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"; }