Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
elkinaguas committed May 13, 2024
1 parent e68672d commit 65b0536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clir/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def init():
else:
print(f'A clir environment already exists in "{dir_path}".')

@cli.command(help="Save new command 💾")
@cli.command(help="Save new commands 💾")
@click.option('-c', '--command', help="Command to be saved", prompt=True)
@click.option('-d', '--description', help="Description of the command", prompt=True)
@click.option('-t', '--tag', help="Tag to be associated with the command", prompt=True)
Expand Down

0 comments on commit 65b0536

Please sign in to comment.