ucg 0.8.0

A configuration generation grammar.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.