Skip to content

Commit

Permalink
change default workgroup from "default" to "primary"
Browse files Browse the repository at this point in the history
  • Loading branch information
justmiles committed Oct 6, 2020
1 parent dff7b47 commit 3d64825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ func init() {
HistoryCmd.PersistentFlags().IntVarP(&historyCmdMaxResults, "max", "m", 100, "maximum results")
HistoryCmd.PersistentFlags().StringVarP(&q.Format, "format", "f", "csv", "format the output as either json, csv, or table")
// TODO: Add support for selecting a workgroup
HistoryCmd.PersistentFlags().StringVarP(&historyCmdWorkgroup, "workgroup", "w", "default", "workgroup")
HistoryCmd.PersistentFlags().StringVarP(&historyCmdWorkgroup, "workgroup", "w", "primary", "workgroup")
}

0 comments on commit 3d64825

Please sign in to comment.