Skip to content

Commit 3e89e6e

Browse files
committed
main package description
1 parent 778310c commit 3e89e6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roboflow/roboflowpy.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ def upload_image(args):
6666

6767

6868
def _argparser():
69-
parser = argparse.ArgumentParser(description="main description")
69+
parser = argparse.ArgumentParser(
70+
description="Welcome to the roboflow CLI: computer vision at your fingertips 🪄"
71+
)
7072
subparsers = parser.add_subparsers(title="subcommands")
7173
_add_login_parser(subparsers)
7274
_add_download_parser(subparsers)

0 commit comments

Comments
 (0)