From baa2f668b137490e20a8d483504e863b8cae3361 Mon Sep 17 00:00:00 2001 From: Elkin Aguas Date: Tue, 5 Mar 2024 23:11:33 +0100 Subject: [PATCH] Test for rebase --- clir/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clir/cli.py b/clir/cli.py index 871689b..b8076fa 100644 --- a/clir/cli.py +++ b/clir/cli.py @@ -14,6 +14,7 @@ def check_config(): file_path = os.path.join(dir_path, 'commands.json') return os.path.exists(file_path) + #--------------------------------------- CLI commands ------------------------------------------------------- @cli.command(help="Clir initial configuration 🛠️")