Skip to content

Commit

Permalink
git: mktag
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Feb 26, 2023
1 parent 3febe62 commit 690f9d8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package cmd

import (
"github.com/rsteube/carapace"
"github.com/spf13/cobra"
)

Expand All @@ -12,6 +13,8 @@ var mktagCmd = &cobra.Command{
}

func init() {
carapace.Gen(mktagCmd).Standalone()

mktagCmd.Flags().Bool("strict", false, "enable more strict checking")
rootCmd.AddCommand(mktagCmd)
}

0 comments on commit 690f9d8

Please sign in to comment.