Files
opentf/command
Sander van Harmelen ef9054562e commands: make sure the correct flagset is used
A lot of commands used `c.Meta.flagSet()` to create the initial flagset for the command, while quite a few of them didn’t actually use or support the flags that are then added.

So I updated a few commands to use `flag.NewFlagSet()` instead to only add the flags that are actually needed/supported.

Additionally this prevents a few commands from using locking while they actually don’t need locking (as locking is enabled as a default in `c.Meta.flagSet()`.
2018-11-23 16:13:34 +01:00
..
2015-04-29 13:07:13 -05:00
2017-11-03 11:13:31 -04:00
2018-10-16 19:14:11 -07:00
2018-10-16 19:14:11 -07:00
2018-11-19 09:02:35 -08:00
2018-01-09 23:13:33 +00:00
2018-10-16 18:24:47 -07:00
2018-10-16 19:14:11 -07:00
2014-05-24 12:04:43 -07:00