From bf8c848542c9e3ac4ad39b2fd5e5b49372d3fb32 Mon Sep 17 00:00:00 2001 From: Jonak-Adipta-Kalita Date: Thu, 25 Jul 2024 11:02:20 +0530 Subject: [PATCH] I still dont know how I would be able to achieve this for the nested config datas --- flomo/cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flomo/cli.py b/flomo/cli.py index ff84ec2..154ee3e 100644 --- a/flomo/cli.py +++ b/flomo/cli.py @@ -115,7 +115,6 @@ def delete(session_ids: Tuple): helpers.error_log(str(e)) print(e) - @flomo.command(aliases=["ch"]) @click.argument("session_id") @click.option("-t", "--tag", help="Session Tag") @@ -143,7 +142,7 @@ def change(session_id: str, tag: str | None, name: str | None): """ @flomo.command(aliases=["cf"]) -@click.option("-n", "--notification_priority", help="Set Notification Priority to 'off', 'normal', or 'high'.") +@click.option("-n", "--notification_priority", help="Set notification priority to 'off', 'normal', or 'high'.") def config(notification_priority: str): """ Print config file path