Skip to content

Commit

Permalink
set new default format
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceKatt committed May 3, 2021
1 parent 42fe514 commit bfb0291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/coordAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class CoordAction extends CommandLineAction {
parameterShortName: '-o',
description: 'Determines how the results are displayed.',
alternatives: allOutputTypes,
defaultValue: OutputType.prettyJson,
defaultValue: OutputType.table,
});
}
}

0 comments on commit bfb0291

Please sign in to comment.