Skip to content

0.2.0

Compare
Choose a tag to compare
@dpryan79 dpryan79 released this 31 Mar 08:17
· 66 commits to master since this release
  • Section titles can now be used in tables of contents and linked to. The title itself is also used as the anchor. In the case of repeated names _replicateX, where X is a number, is prepended to ensure that all titles are uniquely linkable. This was bug #46.
  • The positional (aka required) and named (aka optional) option sections are now named "Positional Arguments" and "Named Arguments", for the sake of clarity (e.g., named arguments can be required). This was issue #58.
  • Fixed quoting of default strings (issue #59).
  • Added the :noepilogue: and :nodescription: options, thanks to @arewm.
  • Added the :nosubcommand: option, thanks to @arewm.