()
| 51 | } |
| 52 | |
| 53 | func (c *UnwrapCommand) Flags() *FlagSets { |
| 54 | return c.flagSet(FlagSetHTTP | FlagSetOutputField | FlagSetOutputFormat) |
| 55 | } |
| 56 | |
| 57 | func (c *UnwrapCommand) AutocompleteArgs() complete.Predictor { |
| 58 | return c.PredictVaultFiles() |
no test coverage detected