Skip to content

Commit

Permalink
Turn on flag parsing for about
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Kuschel <boris.kuschel@qlik.com>
  • Loading branch information
Boris Kuschel committed Dec 19, 2019
1 parent 51bc8fd commit 3ffd167
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/qliksense/aliases.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,9 @@ func buildAboutAlias(porterCmd *cobra.Command) *cobra.Command {
opts = &aboutOptions{}

c = &cobra.Command{
Use: "about",
Short: "About Qlik Sense",
Long: "Gives the verion of QLik Sense on Kuberntetes and versions of images.",
DisableFlagParsing: true,
Use: "about",
Short: "About Qlik Sense",
Long: "Gives the verion of QLik Sense on Kuberntetes and versions of images.",
RunE: func(cmd *cobra.Command, args []string) error {
args = opts.getTagDefaults(args)
return porterCmd.RunE(porterCmd, append([]string{"invoke", "--action", "about"}, args...))
Expand Down

0 comments on commit 3ffd167

Please sign in to comment.