summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2024-04-03 13:02:56 -0400
committerGitHub <noreply@github.com>2024-04-03 13:02:56 -0400
commit7e793f132d9073353f3c09641590b29a9f37e774 (patch)
treeac78f38d7a50f15383c9043d2d98c5743d50e983
parenta103c88642514c7463ab0e501f2a8271f1b72327 (diff)
Update command_arguments.md
-rw-r--r--docs/command_arguments.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/command_arguments.md b/docs/command_arguments.md
index f3b1896..e1982a6 100644
--- a/docs/command_arguments.md
+++ b/docs/command_arguments.md
@@ -14,6 +14,7 @@ Joshuto supports the following options from the command line:
- `--change-directory`: sets the quit behavior to change directory instead of
noop when closing the last tab
+ - Requires shell script function to work, see [here](https://github.com/kamiyaa/joshuto/blob/main/docs/configuration/keymap.toml.md#quit-quit-joshuto)
- `--output-file <output-file>`: tells joshuto to output data to `<output-file>`.
- This is usually used so programs can know how to behave after joshuto exits.