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

Add support for single and double dash prefix flags #85

Open
dlamarmorgan opened this issue May 18, 2023 · 2 comments
Open

Add support for single and double dash prefix flags #85

dlamarmorgan opened this issue May 18, 2023 · 2 comments

Comments

@dlamarmorgan
Copy link
Collaborator

If storj-up is used to add flags to a service, currently only flags with double dash prefix are supported. The command should be either flexible enough to specify whether to use single dash or double dash, or smart enough to figure it out on it's own.

@ifraixedes
Copy link
Member

Why do we want to do that?

Most of the tools that I use have a specified syntax for flags (1 or 2 dashes) and they don't accept to use both syntaxes.

@dlamarmorgan
Copy link
Collaborator Author

Sorry I should have made this ticket more clear.

This ticket is not for storj-up to accept single and double dash prefix as parameters. This ticket is for the storj-up flag command to support adding either single or double dash prefixes to the services it is modifying.

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