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 88bad9d commit 1452a95Copy full SHA for 1452a95
bin/p6doc-index
@@ -14,6 +14,11 @@ multi sub MAIN() {
14
say "Usage: $*PROGRAM_NAME build to build an index for 'p6doc -f'";
15
say "Usage: $*PROGRAM_NAME list to list the names";
16
say "Usage: $*PROGRAM_NAME lookup <key> to display module name containing key";
17
+ say "Usage: $*PROGRAM_NAME path-to-index to show where the index file lives";
18
+}
19
+
20
+multi sub MAIN('path-to-index') {
21
+ say INDEX;
22
}
23
24
multi sub MAIN('build') {
0 commit comments