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

Clean up CLI options #4

Open
sbliven opened this issue Jan 22, 2025 · 1 comment
Open

Clean up CLI options #4

sbliven opened this issue Jan 22, 2025 · 1 comment

Comments

@sbliven
Copy link
Member

sbliven commented Jan 22, 2025

CLI parsing currently uses flags, which is quite limited and doesn't conform to standard getopt conventions (eg using -o for short options and --option for long options). I suggest porting to cobra (like the scicat-cli).

@sbliven
Copy link
Member Author

sbliven commented Jan 22, 2025

I would also replace -c with --configure.

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