Skip to content

Commit

Permalink
Update default.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Sep 4, 2023
1 parent 50c8fde commit a0b5c48
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cmd/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ import (

// defaultCmd represents the default command
var defaultCmd = &cobra.Command{
Use: "default",
Short: "Organize by default Apple app categories",
Args: cobra.NoArgs,
Use: "default",
Short: "Organize by default Apple app categories",
Args: cobra.NoArgs,
SilenceUsage: true,
SilenceErrors: true,
RunE: func(cmd *cobra.Command, args []string) error {

if Verbose {
Expand Down

0 comments on commit a0b5c48

Please sign in to comment.