Skip to content

Commit

Permalink
I still dont know how I would be able to achieve this for the nested …
Browse files Browse the repository at this point in the history
…config datas
  • Loading branch information
Jonak-Adipta-Kalita committed Jul 25, 2024
1 parent 97bdb1f commit bf8c848
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flomo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bf8c848

Please sign in to comment.