neps help: Displays available arguments and their descriptions to guide users.
neps init: E.g. automatically creates a 'run_args' YAML configuration file, pre-filled with keys (defaults provided where applicable) and leaves required fields empty for user input. This simplifies the initial setup by eliminating the need for users to manually create the YAML structure.
neps run neps_config.yaml: Enables executing neps.run() directly via a command line, streamlining the process of running configurations.
Ideally, follows after #65.
Possible usage:
neps help
: Displays available arguments and their descriptions to guide users.neps init
: E.g. automatically creates a 'run_args' YAML configuration file, pre-filled with keys (defaults provided where applicable) and leaves required fields empty for user input. This simplifies the initial setup by eliminating the need for users to manually create the YAML structure.neps run neps_config.yaml
: Enables executing neps.run() directly via a command line, streamlining the process of running configurations.