Skip to content

Commit

Permalink
chore(cli): Add long description
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 11, 2024
1 parent 4f762a8 commit 98397e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import (

func New(version, commit string) *cobra.Command {
cmd := &cobra.Command{
Use: "pwgen",
Short: "Generate passphrases",
Use: "pwgen",
Short: "Generate passphrases",
Long: `Generate passphrases using the EFF Diceware Wordlists.
See https://www.eff.org/dice for details on the available wordlists.`,
Version: buildVersion(version, commit),

DisableAutoGenTag: true,
Expand Down
5 changes: 5 additions & 0 deletions docs/pwgen.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Generate passphrases

### Synopsis

Generate passphrases using the EFF Diceware Wordlists.
See https://www.eff.org/dice for details on the available wordlists.

### Options

```
Expand Down

0 comments on commit 98397e5

Please sign in to comment.