storj / up

Docker-compose files for running full Storj network locally
GNU Affero General Public License v3.0
23 stars 7 forks source link

Add support for single and double dash prefix flags #85

Open dlamarmorgan opened 1 year ago

dlamarmorgan commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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.