From 18523b2e96997e194d71e7dd511094478df5ba4d Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Sun, 19 Dec 2021 12:51:54 -0500 Subject: [PATCH] update version and README.md --- Cargo.toml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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`.