shell.aliases
From ComputerCraft Wiki
Revision as of 00:11, 8 July 2013 by AfterLifeLochie (Talk | contribs) (Actually explained what this function does.)
Function shell.aliases | |
Returns a table containing the default aliases and any user-specified aliases. The key of each entry is the 'alias name', and the value the physical program. | |
Syntax | shell.aliases() |
Returns | A table containing default and user-specified program aliases. |
Part of | ComputerCraft |
API | Shell |