Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-327

Replace --w with --writeConcern

    • Completed

      --w will be deprecated in favor of --writeConcern. As per TOOLS-306, this flag now accepts any number of write concern options. The possible short form -w should not be supported to avoid cognitive dissonance e.g.

      -w '{w:3, j:true}'

      Instead,

      --writeConcern '{w:3, j:true}'

      is clearer.

            Assignee:
            adinoyi.omuya@mongodb.com Adinoyi Omuya
            Reporter:
            adinoyi.omuya@mongodb.com Adinoyi Omuya
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: