1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
```sh var = is_command_defined key ``` Returns true if the provided command name exists. ### Parameters The command name. ### Return Value True if the command exists. ### Examples ```sh exists = is_command_defined exec ```