Skip to content

Commit

Permalink
feat: add a proper description for the OKP4 CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Jun 28, 2022
1 parent 84d6d11 commit bc74f2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/okp4d/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {
WithViper(app.Name)

rootCmd := &cobra.Command{
Use: app.Name,
Short: "OKP4 App",
Use: app.Name,
Short: `OKP4 Daemon - a revolutionary public PoS layer 1 specifically designed to enable communities to trustlessly share data,
algorithms and resources to build the Dataverse.`,
PersistentPreRunE: func(cmd *cobra.Command, _ []string) error {
// set the default command outputs
cmd.SetOut(cmd.OutOrStdout())
Expand Down

0 comments on commit bc74f2c

Please sign in to comment.