[[command]]
name = "command"
description = "Resolves and describes how a command name would be interpreted by the shell. With -v/-V it only performs lookup, printing the path or type to stdout without executing anything. Without those flags it can execute arbitrary commands, bypassing shell functions. POSIX builtin; no independent release cycle."
url = "https://man7.org/linux/man-pages/man1/command.1p.html"
level = "Inert"
bare = false
require_any = ["-v", "-V", "--version"]
standalone = ["--help", "--version", "-h"]
valued = ["-v", "-V"]