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

Standardize CLI argument names #626

Open
jkirk5 opened this issue Dec 10, 2024 · 1 comment
Open

Standardize CLI argument names #626

jkirk5 opened this issue Dec 10, 2024 · 1 comment
Assignees

Comments

@jkirk5
Copy link
Contributor

jkirk5 commented Dec 10, 2024

Desired capability or behavior.

Currently the various utilities were written at different times by different people, resulting in slightly different arguments for each command. For example, sometimes specifying a legacy code is done with -l, but in other places it is -f.

Commands should be standardized across Aviary, with identical naming scheme for similar concepts, as well as ensuring things like which arguments are positional are also standardized (meaning standardizing things like aviary command input_filename -o options vs. aviary command -f input_filename -o options)

Is your feature request related to a problem? Please describe.

No response

Associated Bug Report

No response

@xjjiang
Copy link
Contributor

xjjiang commented Dec 10, 2024

This change will affect doc building. Hopefully, glue feature can help but still we need to manually update the docs.

@xjjiang xjjiang self-assigned this Dec 31, 2024
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

2 participants