Alphabetize fields
This commit is contained in:
parent
2970555cea
commit
4bb6e0d585
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ func (opts *LockOptions) setCommonOptions(f *cmdutil.Factory, cmd *cobra.Command
|
|||
opts.SelectorArg = args[0]
|
||||
|
||||
opts.Fields = []string{
|
||||
"id", "number", "title", "url", "locked", "activeLockReason"}
|
||||
"activeLockReason", "id", "locked", "number", "title", "url"}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue