jetstack / vault-unsealer

Vault Unseal automation
Apache License 2.0
129 stars 28 forks source link

Removes flag.Parse() from root to display --help output #42

Open JoshVanL opened 5 years ago

JoshVanL commented 5 years ago

Signed-off-by: JoshVanL vleeuwenjoshua@gmail.com

fixes #41

Removes flags.Parse() from root to ensure flags can be parsed for the root command. This enables flags inc --help to display help information.

/assign @simonswine

jetstack-bot commented 5 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoshVanL

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/jetstack/vault-unsealer/blob/master/OWNERS)~~ [JoshVanL] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment