Skip to content

Add support for --tools-file alias #383

@jackwotherspoon

Description

@jackwotherspoon

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.

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.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions