-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I found the output of "exp -h" potentially confusing. Are the -c and -f flags the same, but in addition, you can also just leave it off it seems. The latter in particular will make it hard to have future expansion (which I took from the athena package) where you can conveniently override config parameters, and is also not well shown in the usage output:
Usage:
exp [OPTION...]
for example to make re-use of a template config file possible, one could allow a series of keyword=value argument:
exp -f myconfig.yml nsteps=100000 outdir=run2
this still bypasses the fact that nsteps and outdir are part of Global: or Components: etc.
Metadata
Metadata
Assignees
Labels
No labels