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
    • None
    • ALL
    • 0
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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 (Inactive)
            Reporter:
            sverch Shaun Verch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              None
              None
              None
              None