diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-04 00:09:34 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-04 00:09:34 +0530 |
commit | 50f211800946318ff4e3c40c1fc497c149b0380d (patch) | |
tree | d4a8f15f05c1b21749593495c99437aad5385b04 /macli.toml | |
parent | 1b45e30a8f0cbeb8b28a1464dc4342bffa958627 (diff) |
Use the macli.toml file to store and get login info automatically
Diffstat (limited to 'macli.toml')
-rw-r--r-- | macli.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |