From 7c50fe5fecf94199a43a07db3d329135fb012cea Mon Sep 17 00:00:00 2001 From: Josh Mickley Date: Wed, 25 Mar 2020 22:05:01 -0400 Subject: [PATCH] Document the --generate-config-file option --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index beac383d..af00662d 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,11 @@ non-default location of the configuration file: export BAT_CONFIG_PATH="/path/to/bat.conf" ``` +A default configuration file can be created with the `--generate-config-file` option. +```bash +bat --generate-config-file +``` + ### Format The configuration file is a simple list of command line arguments. Use `bat --help` to see a full list of possible options and values. In addition, you can add comments by prepending a line with the `#` character.