feat: rename may_execute_* to execute_* (#56)

This commit is contained in:
sigoden
2024-07-03 16:18:32 +08:00
committed by GitHub
parent 970ed06d2b
commit 499b7cdef5
5 changed files with 6 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -e
# @describe Runs a shell command.
# @option --command! The command to execute.
main() {
eval "$argc_command"
}
eval "$(argc --argc-eval "$0" "$@")"