Skip to content

Commit

Permalink
improve qr help
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Jan 20, 2024
1 parent c1758c6 commit 3fc41f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/qr_code.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ func getQRCodeCmd() *cobra.Command {

cmd := cobra.Command{
Use: "qr",
Short: "Display QR code",
Long: "Display QR code",
Short: "Display QR code of oasdiff repo",
Long: "Display QR code of the URL of the oasdiff repository",
Args: cobra.NoArgs,
ValidArgsFunction: cobra.NoFileCompletions, // see https://github.com/spf13/cobra/issues/1969
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 3fc41f2

Please sign in to comment.