Skip to content

Commit

Permalink
chore: add one more example to whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Jun 28, 2024
1 parent d107649 commit 62540f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/whoami/whoami.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func NewCobraCmd(whoami *WhoamiCmd, f *cmdutil.Factory) *cobra.Command {
Long: msg.LongDescription,
Example: heredoc.Doc(`
$ azion whoami
$ azion whoami --help
`),
RunE: func(cmd *cobra.Command, args []string) error {
return whoami.run()
Expand Down

0 comments on commit 62540f7

Please sign in to comment.