Skip to content

clarify command line options #116

@teuben

Description

@teuben

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions