From 50f211800946318ff4e3c40c1fc497c149b0380d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 4 Oct 2022 00:09:34 +0530 Subject: Use the macli.toml file to store and get login info automatically --- macli.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macli.toml') diff --git a/macli.toml b/macli.toml index 169addf..69ee259 100644 --- a/macli.toml +++ b/macli.toml @@ -20,6 +20,8 @@ token = "" client_id = "" # save newly entered client id when logging in (yes/no) save_client_id = "yes" +# set this to true if you do not wanna use the system kerying (unsafe) +no_system_keyring = false # `macli login -k` works similarly # default settings (can be overridden by corresponding flags, `macli --help` for more details) [searching] -- cgit v1.2.3