Skip to content

Commit

Permalink
Adding --output-config
Browse files Browse the repository at this point in the history
  • Loading branch information
njt1982 committed Jan 4, 2021
1 parent 96980c9 commit 306fc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Use the `--help` option to get a full, up-to-date look at what the options are,
* `--date-format`: Date format to use when guessing date columns and parsing data. Defaults to `MM/DD/YYYY`. See [moment.js](http://momentjs.com/docs/) for options.
* `--datetime-format`: Datetime format to use when guessing date columns and parsing data. Defaults to `MM/DD/YYYY HH:mm:ss a`. See [moment.js](http://momentjs.com/docs/) for options.
* `--config`: Allows to use a JS file that exports configuration for Tables. Any other options will override the values in the file. This allows for options that are not easily supported on a command line. See Options section under Library Use.
* `--output-config`: Exports the guessed configuration.

### Piping

Expand Down

0 comments on commit 306fc2c

Please sign in to comment.