We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea3d94 commit 9c98cd1Copy full SHA for 9c98cd1
src/cmd/users.go
@@ -22,6 +22,10 @@ func UsersCmd() *cobra.Command {
22
Short: "Displays all users from the author file located at:\n" + authorfile,
23
Long: `Displays all users from the author file located at:` + "\n" + authorfile,
24
Run: func(cmd *cobra.Command, args []string) {
25
+ if update {
26
+ update_msg()
27
+ }
28
+
29
//TODO: make this print a bit prettier (sort it and maybe use a table)
30
// check if the no pretty print flag is set
31
np, _ := cmd.Flags().GetBool("np")
0 commit comments