You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flags.Int64VarP(&opts.PageSize, "page-size", "", 0, "Size of per page (0 to fetch all)")
121
121
flags.BoolVarP(&private, "private", "", false, "Show only private projects")
122
122
flags.BoolVarP(&public, "public", "", false, "Show only public projects")
123
-
flags.StringVarP(&opts.Sort, "sort", "", "", "Sort the resource list in ascending or descending order")//doc should clearly mention how to use, what is going to get sorted
123
+
flags.StringVarP(&opts.Sort, "sort", "", "", "Sort the resource list in ascending or descending order")
124
124
flags.StringSliceVar(&fuzzy, "fuzzy", nil, "Fuzzy match filter (key=value)")
125
125
flags.StringSliceVar(&match, "match", nil, "exact match filter (key=value)")
0 commit comments