Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Update src/root-command.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antho1404 authored Jul 8, 2019
1 parent df7afe6 commit 3e74451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {format, inspect} from 'util'
export default abstract class extends Command {
static flags = {
help: flags.help({char: 'h'}),
quiet: flags.boolean({char: 'q', description: 'Display only result without spinner'}),
quiet: flags.boolean({char: 'q', description: 'Display only essential information'}),
silent: flags.boolean({hidden: true}),
}

Expand Down

0 comments on commit 3e74451

Please sign in to comment.