Shell: Make `quit` an alias for `exit`

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Fix
    • Priority: Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: Shell
    • None
    • Server Security
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, if a user types `quit` into the shell, they are presented with this response:

      > quit
      function quit() {
          [native code]
      }
      

      Which is unhelpful, to say the least.  Of course, humans are clever and will try `exit` next and succeed.  Might even try calling quit() like a function and succeed that way too.  However, why not save that extra step and accept `quit` as a bare command helper?

            Assignee:
            [DO NOT USE] Backlog - Security Team
            Reporter:
            Sara Golemon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: