We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68baeaf commit f4279feCopy full SHA for f4279fe
pytype/tools/xref/parse_args.py
@@ -34,6 +34,9 @@ def add_kythe_field(parser, field):
34
parser.add_argument("--show-types", action="store_true",
35
dest="show_types", default=None,
36
help="Display inferred types.")
37
+ parser.add_argument("--show-kythe", action="store_true",
38
+ dest="show_kythe", default=None,
39
+ help="Display kythe facts.")
40
# TODO(b/124802213): There should be a cleaner way to do this.
41
parser.add_argument(
42
"--imports_info", type=str, action="store",
0 commit comments