docs: mention explicitely no semantic analysis is run

0.10
alex 2 years ago
parent 19b427b665
commit 8c2b7543b1

@ -6,7 +6,8 @@ usage:
the program searches source code for matching public identifiers,
printing found types and their doc comments to stdout.
the search is case-insensitive and non-exhaustive.
the search is case-insensitive and non-exhaustive. no semantic
analysis is run.
if -s option is specified, any identifier substring matches.
as a side effect, the -s with no identifier arg results in

@ -86,7 +86,8 @@ fn usage(prog: []const u8) !void {
\\
\\the program searches source code for matching public identifiers,
\\printing found types and their doc comments to stdout.
\\the search is case-insensitive and non-exhaustive.
\\the search is case-insensitive and non-exhaustive. no semantic
\\analysis is run.
\\
\\if -s option is specified, any identifier substring matches.
\\as a side effect, the -s with no identifier arg results in

Loading…
Cancel
Save