You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are indeed TODOs; the larger issue is #97, though I wonder why the link there doesn't list alias and unalias.
A PR is welcome if you'd like to work on it. It should be pretty straightforward, as long as we add enough test cases for the possible scenarios where aliases are meant to work or be ignored. Otherwise we can leave this issue open as "help wanted".
FWIW, the bash manpage says "The rules concerning the definition and use of aliases are somewhat confusing. [... A paragraph of somewhat confusing rules ...] For almost every purpose, aliases are superseded by shell functions." And you support function. So I'll just use that for now. Thanks.
It's pretty basic; for example, it doesn't support aliasing a name to
multiple words. We'll improve more edge cases in following commits.
Updates #456.
interp.Runner.builtinCode
panics onalias
andunalias
(among other things).Any support planned for these? Any suggestions if not? PRs welcome?
The text was updated successfully, but these errors were encountered: