From 2d275cd580aba2a431f5d5c84f2e0ea1b5cee3cf Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Thu, 13 Oct 2022 16:29:15 +0200 Subject: [PATCH] Fix incorrect =end --- README.md | 12 ++++-------- doc/App-Rak.rakudoc | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f8ec61b..7dff835 100644 --- a/README.md +++ b/README.md @@ -230,17 +230,13 @@ There is also a special named option that indicates the options that will be aut # enable --smartcase by default on every run $ rak --smartcase --save='(default)' Saved '--smartcase' as: (default) +``` -=end - -You can use the C<--list-custom-options> to see what options you have saved -before. - -Custom options are saved in C<~/.rak-config.json>. You can override this -by specifying the C environment variable. +You can use the `--list-custom-options` to see what options you have saved before. -=begin code :lang +Custom options are saved in `~/.rak-config.json`. You can override this by specifying the `RAK_CONFIG` environment variable. +```bash # read custom options from ".custom.json" (in the current directory) $ RAK_CONFIG=.custom.json rak foo ``` diff --git a/doc/App-Rak.rakudoc b/doc/App-Rak.rakudoc index bd3c8f2..425ce1d 100644 --- a/doc/App-Rak.rakudoc +++ b/doc/App-Rak.rakudoc @@ -280,7 +280,7 @@ be automatically activated on any invocation: C<(default)>. $ rak --smartcase --save='(default)' Saved '--smartcase' as: (default) -=end +=end code You can use the C<--list-custom-options> to see what options you have saved before.