Skip to content

Commit

Permalink
Remove Long support
Browse files Browse the repository at this point in the history
  • Loading branch information
gjhenrique committed Dec 4, 2022
1 parent 59c3d31 commit 7abf400
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ import (
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "lfzf",
Short: "Launcher using fzf and modes",
Long: `A longer description that spans multiple lines and likely contains
examples and usage of using your application. For example:
Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Short: "Launcher using fzf with modes",
// Uncomment the following line if your bare application
// has an action associated with it:
Run: func(cmd *cobra.Command, args []string) { fmt.Println("hihi") },
Expand Down

0 comments on commit 7abf400

Please sign in to comment.