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

Canonicalize options for getCmdlineOpts.parsed

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 2.6.0-rc3
    • None
    • 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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: