feat: rename may_execute_* to execute_* (#56)
This commit is contained in:
Executable
+11
@@ -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" "$@")"
|
||||
Reference in New Issue
Block a user