command/providers: Enable processing of meta-parameters

This will enable proper colouring of the output, like for other commands.
pull/15246/head
Radek Simko 9 years ago
parent 86fbcfac83
commit ee30df3efd
No known key found for this signature in database
GPG Key ID: 6823F3DCCE01BB19

@ -24,6 +24,7 @@ func (c *ProvidersCommand) Synopsis() string {
}
func (c *ProvidersCommand) Run(args []string) int {
c.Meta.process(args, false)
cmdFlags := c.Meta.flagSet("providers")
cmdFlags.Usage = func() { c.Ui.Error(c.Help()) }

Loading…
Cancel
Save