-
Notifications
You must be signed in to change notification settings - Fork 748
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
I often find myself tripping up and attempting to launch Toolbox with the --tools-file
flag.
The actual flag is --tools_file
using an underscore... yet all other flags do not use this pattern.
Line 108 in 64da5b4
flags.StringVar(&cmd.tools_file, "tools_file", "tools.yaml", "File path specifying the tool configuration.") |
Adding an alias for --tools-file
is probably the best path forward to consolidate flag naming pattern without introducing a breaking change.
Metadata
Metadata
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.