We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0052199 + 24c41b5 commit 4a476bbCopy full SHA for 4a476bb
1 file changed
pkg/cmd/gist/view/view.go
@@ -68,7 +68,7 @@ func NewCmdView(f *cmdutil.Factory, runF func(*ViewOptions) error) *cobra.Comman
68
69
cmd.Flags().BoolVarP(&opts.Raw, "raw", "r", false, "Print raw instead of rendered gist contents")
70
cmd.Flags().BoolVarP(&opts.Web, "web", "w", false, "Open gist in the browser")
71
- cmd.Flags().BoolVarP(&opts.ListFiles, "files", "", false, "List file names from the gist")
+ cmd.Flags().BoolVar(&opts.ListFiles, "files", false, "List file names from the gist")
72
cmd.Flags().StringVarP(&opts.Filename, "filename", "f", "", "Display a single file from the gist")
73
74
return cmd
0 commit comments