Commit History

Author SHA1 Message Date
  Ben Finney fff07cf331 Implement the ‘_metavar_formatter’ method needed by legacy functions. 8 years ago
  Ben Finney b95ec2e212 Add a method to mark up literal text in an Action instance. 8 years ago
  Ben Finney 9caacfca64 Add test cases for ‘argparse_help.ManPageHelpFormatter._format_option_text’. 8 years ago
  Ben Finney 374256c4fa Add method ‘_format_option_text’ for command-line option text. 8 years ago
  Ben Finney 250d6fea2d Add test cases for ‘argparse_help.ManPageHelpFormatter._format_usage’. 8 years ago
  Ben Finney 75356654c7 Omit a “usage:” prefix on the generated usage message. 9 years ago
  Ben Finney a142c41ae8 Add test cases for ‘argparse_help.ManPageHelpFormatter.start_section’. 8 years ago
  Ben Finney ff943367c5 Make use of generated subsection titles. 9 years ago
  Ben Finney 40d0a1a089 Add test cases for ‘argparse_help.ManPageHelpFormatter.format_options’. 8 years ago
  Ben Finney 5f71167133 Add a custom ‘format_options’ method to build the detailed options section. 8 years ago
  Ben Finney e96306b5b0 Embed markup in command name for HelpFormatter. 9 years ago
  Ben Finney 0b4a188bc6 Add test cases for ‘_format_literal_text’ and ‘_format_variable_text’. 8 years ago
  Ben Finney 5d4c235712 Teach ManPageHelpFormatter how to format literal and variable text. 9 years ago
  Ben Finney 28ad216827 Add test cases for low-level formatting methods of ManPageHelpFormatter. 8 years ago
  Ben Finney cf5f4db3cb Add test cases for class ‘argparse_help.ManPageHelpFormatter’. 8 years ago
  Ben Finney 1b16ff86ce Add an ArgumentParser HelpFormatter that generates a document. 9 years ago
  Ben Finney 2bef0e19fb Test that ‘document.ManPageMaker.make_manpage’ uses generated sections. 8 years ago
  Ben Finney 5a9d982c53 Add test cases for ‘document.ManPageMaker.make_seealso_section’. 8 years ago
  Ben Finney 919dbdbb36 Teach the ManPageMaker to make the SEE ALSO section. 9 years ago
  Ben Finney 06518616f5 Use Groff macro definitions for document reference. 9 years ago
  Ben Finney ca8fe7c964 Add test cases for ‘document.ExternalReference’ comparison methods. 8 years ago
  Ben Finney b4842ab6b1 Add test cases for ‘document.DocumentReference’ comparison methods. 8 years ago
  Ben Finney 9d544ee7e5 Add mix-in test case methods for Reference comparisons. 8 years ago
  Ben Finney acb6d7c601 Refine test cases to use ‘Reference’ instance comparisons. 8 years ago
  Ben Finney b5cbe71f79 Teach the Reference classes how to order against other objects. 9 years ago
  Ben Finney ed1c6bbf07 Add test cases for ‘document.ExternalReference.as_markup’. 8 years ago
  Ben Finney f10df48703 Add test cases for class ‘document.ExternalReference’. 8 years ago
  Ben Finney 77ca6d5dd4 Add a class to represent a reference to an external document. 9 years ago
  Ben Finney 3c797bdd0b Add test cases for ‘document.DocumentReference.from_text’. 8 years ago
  Ben Finney 5f85e0539f Add test cases for ‘document.DocumentReference.as_markup’. 8 years ago