diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-22 20:55:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 20:55:27 +0000 |
commit | 6cfcd7c25930d0478bc35731543e37a2e0c8f13f (patch) | |
tree | c4ded7fbb33774d915d6a25048d8a523cfd57c34 /CHANGELOG.md | |
parent | 92a3d482d076eebbd12681444ae8f4dfdf08da69 (diff) | |
download | r-alacritty-6cfcd7c25930d0478bc35731543e37a2e0c8f13f.tar.gz r-alacritty-6cfcd7c25930d0478bc35731543e37a2e0c8f13f.tar.bz2 r-alacritty-6cfcd7c25930d0478bc35731543e37a2e0c8f13f.zip |
Add CLI parameter to override config options
This uses the facilities added in
3c3e6870dedad56b270f5b65ea57d5a6e46b1de6 to allow overriding individual
configuration file options dynamically from the CLI using the
--options/-o parameter.
Fixes #1258.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b32a0905..f1cac476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - New Ctrl+C binding to cancel search and leave vi mode - Escapes for double underlines (`CSI 4 : 2 m`) and underline reset (`CSI 4 : 0 m`) - Configuration file option for sourcing other files (`import`) +- CLI parameter `--option`/`-o` to override any configuration field ### Changed |