diff --git a/Cargo.toml b/Cargo.toml index 2fbf39f..ff22250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ctrlg" description = "A command line context switcher, written in Rust" -version = "0.0.2" +version = "0.0.3" edition = "2021" license = "MIT" diff --git a/README.md b/README.md index bb3c429..ba58a6c 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,8 @@ previews: true # use `bat` instead of `cat` for previews preview_with_bat: false ``` + +Any configuration values can be overridden by passing them as arguments to the CLI. +When passing arguments to the CLI, replace `_` with `-`, e.g. `preview_with_bat` +should be passed to the CLI as `--preview-with-bat`. +See `ctrlg --help` and `ctrlg find --help`.