Skip to content

Commit fca73b3

Browse files
refactor: rename copy to cp
1 parent 9e4d00c commit fca73b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskqueue_cli/taskqueue_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def release(queuepath):
6565
@main.command()
6666
@click.argument("src")
6767
@click.argument("dest")
68-
def copy(src, dest):
68+
def cp(src, dest):
6969
"""
7070
Copy the contents of a queue to another
7171
service or location. Do not run this

0 commit comments

Comments
 (0)