Skip to content

Commit

Permalink
main package description
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylampada committed Nov 29, 2023
1 parent 778310c commit 3e89e6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roboflow/roboflowpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ def upload_image(args):


def _argparser():
parser = argparse.ArgumentParser(description="main description")
parser = argparse.ArgumentParser(
description="Welcome to the roboflow CLI: computer vision at your fingertips 🪄"
)
subparsers = parser.add_subparsers(title="subcommands")
_add_login_parser(subparsers)
_add_download_parser(subparsers)
Expand Down

0 comments on commit 3e89e6e

Please sign in to comment.