Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
Signed-off-by: Nasfame <laciferin@gmail.com>

Took 5 minutes
  • Loading branch information
Nasfame committed Nov 28, 2023
1 parent 27abaed commit dca2c9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/lilypad/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ func newVersionCmd() *cobra.Command {

versionCmd := &cobra.Command{
Use: "version",
Aliases: []string{"-v"},
Short: "Get the lilypad version",
Long: "Get the lilypad version",
Example: "lilypad version, lilypad -v",
Example: "lilypad version",
RunE: func(cmd *cobra.Command, _ []string) error {
return runVersion(cmd)
},
Expand Down

0 comments on commit dca2c9b

Please sign in to comment.