Shell.clearAlias
From ComputerCraft Wiki
Function shell.clearAlias | |
Clears an alias. | |
Syntax | shell.clearAlias(string alias) |
Returns | nil |
Part of | ComputerCraft |
API | shell |
Examples
Example | |
Clears the alias "start". | |
Code |
shell.clearAlias("start") |
Additional Notes
- It does not output anything, it just clears the alias.