X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCommandLine.html;h=a418dcba45ded61eea2ebb7b52d71b4e5e17c218;hb=294fab1d079ef8dbcadcf2782b22ffdd0c849a81;hp=308f1c66bbcbacf191af366977234c4655333eb9;hpb=3e5fe173bb6bcaaacc54d9fd4f71767eb3e3298e;p=oota-llvm.git diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 308f1c66bbc..a418dcba45d 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -1,57 +1,157 @@ -CommandLine Library Manual +CommandLine 2.0 Library Manual - +
  CommandLine Library Manual
  CommandLine 2.0 Library Manual
  1. Introduction
  2. Quick Start Guide
      -
    1. Flag Arguments -
    2. Argument Aliases -
    3. Selecting one alternative from a set +
    4. Boolean Arguments +
    5. Argument Aliases +
    6. Selecting an alternative from a + set of possibilities
    7. Named alternatives -
    8. Parsing a list of options -
    9. Parsing a list of non-options +
    10. Parsing a list of options +
    11. Adding freeform text to help output
  3. Reference Guide +
      +
    1. Positional Arguments + +
    2. Internal vs External Storage +
    3. Option Attributes +
    4. Option Modifiers + +
    5. Top-Level Classes and Functions + +
    6. Builtin parsers + +
  4. Extension Guide +
      +
    1. Writing a custom parser +
    2. Exploiting external storage +
    3. Dynamically adding command line options +
    + +

    Written by Chris Lattner

- +
Introduction