Skip to content

Commit

Permalink
Update README with new options
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Nov 2, 2023
1 parent 33b597f commit d0db67b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ By default, output is written to stdout. (use --write option to edit files in-pl
noComment: {
type: "boolean",
describe: "Remove any comments",
},
},
noGrouping: {
type: "boolean",
default: false,
Expand Down Expand Up @@ -106,11 +106,6 @@ By default, output is written to stdout. (use --write option to edit files in-pl
type: "string",
describe: "Path to a custom pg_format version",
},
chunkSize: {
type: "number",
describe: "How many files to pass to pgFormatter at once",
default: "25",
},
keepNewline: {
type: "boolean",
describe: "Preserve empty lines",
Expand All @@ -120,6 +115,11 @@ By default, output is written to stdout. (use --write option to edit files in-pl
type: "boolean",
describe: "Do not add an extra empty line at end of formatted output",
},
chunkSize: {
type: "number",
describe: "How many files to pass to pgFormatter at once",
default: "25",
},
})
.demandCommand(1, "").argv;

Expand Down

0 comments on commit d0db67b

Please sign in to comment.