Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from onmetal/feature/show_client_version
Browse files Browse the repository at this point in the history
add support to show client version
  • Loading branch information
guvenc authored Aug 3, 2023
2 parents 4ebdae1 + 7724d06 commit b84c1f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
package cmd

import (
"github.com/onmetal/dpservice-cli/util"
"github.com/spf13/cobra"
)

Expand All @@ -28,6 +29,7 @@ func Command() *cobra.Command {
SilenceUsage: true,
SilenceErrors: true,
RunE: SubcommandRequired,
Version: util.BuildVersion,
}

rendererOptions.AddFlags(cmd.PersistentFlags())
Expand Down

0 comments on commit b84c1f9

Please sign in to comment.