Skip to content

Commit

Permalink
add commend code block section
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Nov 22, 2023
1 parent 7b83a5a commit 91db57f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ func Execute() {
}
}

// ----------------------------------------------
// init
// ----------------------------------------------

func init() {
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
Expand Down

0 comments on commit 91db57f

Please sign in to comment.