Skip to content

Commit

Permalink
Add generating codeowners to long description
Browse files Browse the repository at this point in the history
  • Loading branch information
BekahHW committed Sep 9, 2024
1 parent c6fcfbe commit dbafc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func NewRootCommand() (*cobra.Command, error) {
cmd := &cobra.Command{
Use: "pizza <command> <subcommand> [flags]",
Short: "OpenSauced CLI",
Long: "A command line utility for insights, metrics, and all things OpenSauced",
Long: "A command line utility for insights, metrics, and generating CODEOWNERS documentation for your open source projects",
RunE: run,
Args: func(cmd *cobra.Command, _ []string) error {
betaFlag := cmd.Flags().Lookup(constants.FlagNameBeta)
Expand Down

0 comments on commit dbafc59

Please sign in to comment.