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

Canonicalize options for getCmdlineOpts.parsed

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.6.0-rc3
    • Affects Version/s: None
    • Component/s: Admin
    • Labels:
      None
    • ALL
    • 0

      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.

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

              Created:
              Updated:
              Resolved: