From ef43b22a8e6d4eb7388a552ba6d52d662e38fd0c Mon Sep 17 00:00:00 2001 From: sigoden Date: Tue, 21 May 2024 08:26:47 +0800 Subject: feat: rewrite to accept json data from cli args other than env var (#7) * update readme --- sh/may_execute_command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/may_execute_command.sh') diff --git a/sh/may_execute_command.sh b/sh/may_execute_command.sh index 90db52b..5aad4a3 100755 --- a/sh/may_execute_command.sh +++ b/sh/may_execute_command.sh @@ -2,7 +2,7 @@ set -e # @describe Executes a shell command. -# @option --command~ Command to execute, such as `ls -la` +# @option --command! Command to execute, such as `ls -la` main() { eval "$argc_command" -- cgit v1.2.3