mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-09 15:27:25 +00:00
Update alias.lua
The apis program show now, waht programs are behind the aliases
This commit is contained in:
parent
94d701b1f7
commit
0ab79fd466
@ -19,7 +19,7 @@ else
|
||||
local tAliases = shell.aliases()
|
||||
local tList = {}
|
||||
for sAlias, sCommand in pairs( tAliases ) do
|
||||
table.insert( tList, sAlias )
|
||||
table.insert( tList, sAlias..":"..sCommand )
|
||||
end
|
||||
table.sort( tList )
|
||||
textutils.pagedTabulate( tList )
|
||||
|
Loading…
x
Reference in New Issue
Block a user