From 7e793f132d9073353f3c09641590b29a9f37e774 Mon Sep 17 00:00:00 2001 From: Jeff Zhao Date: Wed, 3 Apr 2024 13:02:56 -0400 Subject: [PATCH] Update command_arguments.md --- docs/command_arguments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/command_arguments.md b/docs/command_arguments.md index f3b189662..e1982a6cf 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 `: tells joshuto to output data to ``. - This is usually used so programs can know how to behave after joshuto exits.