Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Show oz alias in openzeppelin cmd description (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcarpanelli authored Jul 19, 2019
1 parent ab4fe97 commit f6249ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cli/src/bin/program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ commandsList = commandsList.filter(c => c.name !== 'status');
const maxLength: number = Math.max(...commandsList.map(command => command.signature.length));

program
.name('openzeppelin')
.alias('oz')
.alias('zos')
.name('openzeppelin|oz')
.usage('<command> [options]')
.description(`where <command> is one of: ${commandsList.map(c => c.name).join(', ')}`)
.version(version, '--version')
Expand Down

0 comments on commit f6249ea

Please sign in to comment.