Skip to content

Commit

Permalink
fix: add back table as the default value
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 21, 2024
1 parent 6ef4153 commit f84b24e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/cli/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,8 @@ export default function ( opts ) {
if ( _opts.format ) {
args.option(
'format',
'Render output in a particular format. Accepts “table” (default), “csv”, and “json”.'
'Render output in a particular format. Accepts “table” (default), “csv”, and “json”.',
'table'
);
}

Expand Down

0 comments on commit f84b24e

Please sign in to comment.