Skip to content

Commit

Permalink
Fix incorrect =end
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 13, 2022
1 parent 4db7d10 commit 2d275cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions README.md
Expand Up @@ -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<RAK_CONFIG> environment variable.
You can use the `--list-custom-options` to see what options you have saved before.

=begin code :lang<bash>
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
```
Expand Down
2 changes: 1 addition & 1 deletion doc/App-Rak.rakudoc
Expand Up @@ -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.
Expand Down

0 comments on commit 2d275cd

Please sign in to comment.