X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCommandLine.html;h=8c59b2b3716d5faf1532b05d4ccd327ca7b80a1d;hb=5b266581fbf53e1baab8cf735b4285b4b630a654;hp=308f1c66bbcbacf191af366977234c4655333eb9;hpb=3e5fe173bb6bcaaacc54d9fd4f71767eb3e3298e;p=oota-llvm.git diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 308f1c66bbc..8c59b2b3716 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -1,260 +1,574 @@ - -CommandLine Library Manual - - - - -
  CommandLine Library Manual
+ + + + CommandLine 2.0 Library Manual + + + + +
+ CommandLine 2.0 Library Manual +
    -
  1. Introduction +
  2. Introduction
  3. +
  4. Quick Start Guide
      -
    1. Flag Arguments -
    2. Argument Aliases -
    3. Selecting one alternative from a set -
    4. Named alternatives -
    5. Parsing a list of options -
    6. Parsing a list of non-options -
    +
  5. Boolean Arguments
  6. +
  7. Argument Aliases
  8. +
  9. Selecting an alternative from a + set of possibilities
  10. +
  11. Named alternatives
  12. +
  13. Parsing a list of options
  14. +
  15. Adding freeform text to help output
  16. +
+
  • Reference Guide +
      +
    1. Positional Arguments +
    2. + +
    3. Internal vs External Storage
    4. + +
    5. Option Attributes
    6. + +
    7. Option Modifiers +
    8. + +
    9. Top-Level Classes and Functions +
    10. + +
    11. Builtin parsers +
    12. +
  • Extension Guide -

    +

      +
    1. Writing a custom parser
    2. +
    3. Exploiting external storage
    4. +
    5. Dynamically adding command line + options
    6. +
  • + +
    +

    Written by Chris Lattner

    +
    - -
    -Introduction -
    -Quick Start Guide -
       -Flag Arguments -
       -Argument Aliases -
       -Selecting one alternative from a set -
       -Named Alternatives -
       -Parsing a list of options -
       -Parsing a list of non-options -
    -Reference Guide -
    -Extension Guide -

    - -
    Chris Lattner
    - - -Last modified: Mon Jul 23 17:33:57 CDT 2001 - -
    - + + + +