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 01c24ca commit 8be031bCopy full SHA for 8be031b
doc/creates_option.rdoc
@@ -1,7 +1,7 @@
1
Creates an option from the given parameters +params+.
2
-See {Parameters for New Options}[doc/option_params_rdoc.html].
+See {Parameters for New Options}[./option_params_rdoc.html].
3
4
The block, if given, is the handler for the created option.
5
When the option is encountered during command-line parsing,
6
the block is called with the argument given for the option, if any.
7
-See {Option Handlers}[doc/option_params_rdoc.html#label-Option+Handlers].
+See {Option Handlers}[./option_params_rdoc.html#label-Option+Handlers].
0 commit comments