mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-27 19:09:59 -04:00
16 lines
500 B
Plaintext
16 lines
500 B
Plaintext
|
Exec conversions expect a tuple with an expected set of keys.
|
||
|
|
||
|
The expected keys are:
|
||
|
|
||
|
- command (string, required)
|
||
|
The command to run in the script.
|
||
|
|
||
|
- env (tuple, optional)
|
||
|
Any environment variables that should be set in the script.
|
||
|
The env tuple is converted using the same rules as the env converter.
|
||
|
|
||
|
- args (tuple, optional
|
||
|
Any command line arguments for the command line.
|
||
|
The arguments are converted using the same rules as the flags converter.
|
||
|
|
||
|
- Functions and Modules are ignored.
|