Skip to content

Commit

Permalink
fix(cli): fix default width of "Op" field; closes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Feb 3, 2020
1 parent 8eccf9e commit e804be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/diff.js
Expand Up @@ -93,7 +93,7 @@ export const handler = argv => {
table: {
outputHeader: `Diff: ${file1} <=> ${file2}`,
maxWidth: terminalColumns,
colWidths: [4],
colWidths: [5],
fields: [
{
color: ({op}) => OP_COLORS.get(op),
Expand Down

0 comments on commit e804be0

Please sign in to comment.