Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename CLI options #110

Open
ElliottKasoar opened this issue Apr 12, 2024 · 0 comments
Open

Rename CLI options #110

ElliottKasoar opened this issue Apr 12, 2024 · 0 comments

Comments

@ElliottKasoar
Copy link
Member

Currently CLI options use underscores to separate words, which differs from the default for click/typer option naming (see Parameters here) (and so also from janus currently), and more generally from GNU conventions.

We certainly want to be consistent with janus, and I think sticking to the standard would be the best approach.

Note: Using hyphens was an issue for reading the config for janus, but that's now fixed. A similar fix may be needed for reading aiida inputs, but anything passed to janus should be fine.

While changing option names, we may want to consider if we want to unify some of the shared options e.g. arch/architecture

Originally posted by @ElliottKasoar in #104 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant