Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-13379

Canonicalize options for getCmdlineOpts.parsed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Done
    • None
    • 2.6.0-rc3
    • Admin
    • None
    • ALL
    • 0

    Description

      Currently the contents of "getCmdLineOpts.parsed" are implementation dependent, since they represent the raw result of parsing the command line. For example, if there is an option that can be expressed as "--val" on the command line and "section.val" in a config file, the representation will be

      { val : true }

      and

      { section : { val : true } }

      respectively, rather than having a single canonical representation.

      Attachments

        Issue Links

          Activity

            People

              sverch Shaun Verch
              sverch Shaun Verch
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: