-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
good first issueThis issue can be resolved by someone who is not familiar with the codebase. A good starting issue.This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.kind/bug-reportSomething doesn't seem to work.Something doesn't seem to work.
Description
Description of the issue
In the Cirq modules documentation, at the bottom, the command line to list modules is given as
python dev_tools/modules.py --list
but in fact, attempting to use --list
will result in an error, because the argument should actually be list
(without the dashes).
How to reproduce the issue
In a shell, with the current directory being the top of the Cirq repo, running python dev_tools/modules.py --list
results in the following error:
usage: A utility for modules. [-h] {list,print_version,replace_version} ...
A utility for modules.: error: unrecognized arguments: --list
Cirq version
0.15.0.dev
Metadata
Metadata
Assignees
Labels
good first issueThis issue can be resolved by someone who is not familiar with the codebase. A good starting issue.This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.kind/bug-reportSomething doesn't seem to work.Something doesn't seem to work.