summaryrefslogtreecommitdiffstats
path: root/src/poem/anthology/alias.rs
Commit message (Expand)AuthorAgeFilesLines
* Updated the way built-in commands are called/usedRory Dudley2024-06-041-13/+43
* Handle STDERR, in addition to STDOUTRory Dudley2024-05-191-1/+1
* Sort output of 'export' and 'alias'Rory Dudley2024-04-111-1/+3
* Capture STDOUT as bytes, and convert to string when necessaryRory Dudley2024-04-061-2/+2
* Handle aliases in read()Rory Dudley2024-04-041-1/+1
* Add better support for aliasesRory Dudley2024-04-041-8/+16
* Add docstring comments to all the anthology functionsRory Dudley2024-03-311-0/+18
* Add the 'alias' built-in commandRory Dudley2024-03-301-0/+47