Skip to content

Commit 41a8b11

Browse files
committed
docs(cli): remove debug dependency from cli help
1 parent 05c6b6a commit 41a8b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vectorcode/cli_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def get_cli_parser():
203203
"--debug",
204204
default=False,
205205
action="store_true",
206-
help="Enable debug mode (requires vectorcode[debug]).",
206+
help="Enable debug mode.",
207207
)
208208
chunking_parser = argparse.ArgumentParser(add_help=False)
209209
chunking_parser.add_argument(

0 commit comments

Comments
 (0)