-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
The "Did you mean ?" list shown when you type an invalid command does not show aliased commands, like:
alias "ll=ls -l"
And then you type L in lowercase, it currently displays:
***ERROR*** No such command: l Did you mean any of these ? ls
but should display the aliased commands as well.