Skip to content

Commit

Permalink
chore: cleaning some Cobra placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
lborgav committed Sep 23, 2024
1 parent 2a117cd commit c4e634f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions cmd/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,4 @@ These encrypted secrets will be securely stored and used by your application dur

func init() {
launchCmd.AddCommand(envCmd)

// Here you will define your flags and configuration settings.

// Cobra supports Persistent Flags which will work for this command
// and all subcommands, e.g.:
// envCmd.PersistentFlags().String("foo", "", "A help for foo")

// Cobra supports local flags which will only run when this command
// is called directly, e.g.:
// envCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}
10 changes: 0 additions & 10 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,4 @@ var initCmd = &cobra.Command{

func init() {
rootCmd.AddCommand(initCmd)

// Here you will define your flags and configuration settings.

// Cobra supports Persistent Flags which will work for this command
// and all subcommands, e.g.:
// initCmd.PersistentFlags().String("foo", "", "A help for foo")

// Cobra supports local flags which will only run when this command
// is called directly, e.g.:
// initCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}

0 comments on commit c4e634f

Please sign in to comment.