mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-03 22:02:19 -04:00
Add a separator to list output
This commit is contained in:
parent
763ab83d34
commit
65ae080c82
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ func (t TableFormatter) OutputList(ui cli.Ui, secret *api.Secret, list []interfa
|
|||
input := make([]string, 0, 5)
|
||||
|
||||
input = append(input, "Keys")
|
||||
input = append(input, "----")
|
||||
|
||||
keys := make([]string, 0, len(list))
|
||||
for _, k := range list {
|
||||
|
|
|
|||
Loading…
Reference in a new issue