From 719089c660f1fad48fe93f06627878907855998e Mon Sep 17 00:00:00 2001 From: Alfred Jophy <57448041+AlfredEVOL@users.noreply.github.com> Date: Tue, 10 Jan 2023 21:13:32 +0530 Subject: [PATCH] mycli : Handle log file created in $HOME (#210) --- programs/mycli.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/mycli.json b/programs/mycli.json index 669b813..6c61f7f 100644 --- a/programs/mycli.json +++ b/programs/mycli.json @@ -9,6 +9,11 @@ "path": "$HOME/.mycli-history", "movable": true, "help": "Supported since version _1.8.0_. Export the following environment variables:\n\n```bash\nexport MYCLI_HISTFILE=\"$XDG_DATA_HOME/mycli/history\"\n```\n" + }, + { + "path":"$HOME/.mycli.log", + "movable":true, + "help": "The location for the log file can be set in the config file. See https://www.mycli.net/config" } ], "name": "mycli" -- 2.47.3