commands: Remove some TODOs

See #4598
This commit is contained in:
Bjørn Erik Pedersen 2018-04-11 10:15:01 +02:00
parent f396cffa23
commit e7010c1b62
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
7 changed files with 0 additions and 37 deletions

View file

@ -150,7 +150,6 @@ expired.`,
},
)
// TODO(bep) cli refactor
cc.cmd.PersistentFlags().StringVarP(&cc.source, "source", "s", "", "filesystem path to read files relative from")
cc.cmd.PersistentFlags().SetAnnotation("source", cobra.BashCompSubdirsInDir, []string{})