Skip to content

Allow name of custom user-code to be specified

Tom Levens requested to merge (removed):multiple_custom_gen into master

Allows multiple user-code generators to be used with the same project. For example:

cheby --custom gen_mydoc.py --gen-custom mydoc.file ...

Runs the custom generator from the file "gen_mydoc.py" in the current directory and stores the output in "mydoc.file". The default when not specified is to use "gen_custom.py" as before.

Edited by Tom Levens

Merge request reports