-
Notifications
You must be signed in to change notification settings - Fork 344
0012 gauge command structure
nehashri edited this page Sep 25, 2017
·
1 revision
This ADR has been recorded retrospectively.
Accepted
Gauge supports some actions that can be preformed on a project.
Gauge commands uses flags to perform these actions. The action's behaviour can be changed with some other flags passed. So, some flags work only when some other flags are passed.
Eg : --strategy
works only if --parallel
flag is passed.
Gauge should instead use sub-command structure. Flags should be used on the sub-commands to change the commands action
Refer this issue for more information.
Copyright © ThoughtWorks Inc.