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 af80aa9 commit 2c2eab7Copy full SHA for 2c2eab7
bin/webri
@@ -22,6 +22,12 @@ If name specifies a single item, the page for that item is opened;
22
if it specifies multiple items, the names of those specific items are displayed,
23
and the user may choose among them.
24
25
+The given name is converted to a Regexp, which is used to select
26
+the items for consideration.
27
+
28
+Note that your command window may require you to escape certain characters;
29
+in particular, you may need to escape circumflex (^), dollar sign ($),
30
+and pound sign (#).
31
BANNER
32
33
parser.on('-h', '--help', 'Prints this help.') do
0 commit comments