Shell.clearAlias
From ComputerCraft Wiki
Revision as of 02:13, 12 May 2013 by TheVarmari (Talk | contribs) (I should really check the notes before saving...)
| Clears an alias. | |
| Syntax | shell.clearAlias(string alias, string program) |
| Returns | nil |
| Part of | ComputerCraft |
| API | shell |
Examples
| Clears the alias "start" for program "startup". | |
| Code |
shell.clearAlias("start", "startup")
|
Additional Notes
- It does not output anything, it just clears the alias.