`edit` shell command should be more flexible

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: Shell
    • Environment:
      Any
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, the `edit` command does not allow the following:

      • Opening an empty "command" (i.e., just typing `edit`)
      • Opening strings that may look like a JavaScript variable, but are not.
      • Strings that do not contain spaces or are not quoted.
        Works: edit "asd"
        Works: edit asd asd
        Does not work: edit asd
        Does not work: edit asd_asd

      Since edit is being used as a connection from Mongo to $EDITOR, this functionality should be enabled.

            Assignee:
            DO NOT USE - Backlog - Platform Team
            Reporter:
            Andrew McFague
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: