Skip to content

Commit

Permalink
Merge pull request #62 from auth0/tagline
Browse files Browse the repository at this point in the history
minor: root command description matching the project tagline:  "Supercharge your development workflow."
  • Loading branch information
cyx authored Jan 27, 2021
2 parents d01a0a3 + baad248 commit bac0b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ func Execute() {
Use: "auth0",
SilenceUsage: true,
SilenceErrors: true,
Short: "Command-line tool to interact with Auth0.",
Long: "Command-line tool to interact with Auth0.\n" + getLogin(cli),
Short: "Supercharge your development workflow.",
Long: "Supercharge your development workflow.\n" + getLogin(cli),

PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
// If the user is trying to login, no need to go
Expand Down

0 comments on commit bac0b29

Please sign in to comment.