Skip to content

Commit

Permalink
fix: cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Apr 16, 2024
1 parent 1cca12e commit 97dd678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crawlab_ai/cli/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def setup_codegen_parser(subparsers):
codegen_parser = subparsers.add_parser(
"gen_code", help="Generate crawler code for a webpage"
"codegen", help="Generate crawler code for a webpage"
)
codegen_parser.add_argument("url", help="URL to generate code for")
codegen_parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="crawlab-ai",
version="0.0.5",
version="0.0.6",
packages=find_packages(),
url="https://github.com/crawlab-team/crawlab-ai-sdk",
license="MIT",
Expand Down

0 comments on commit 97dd678

Please sign in to comment.