1
0
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:
Wilma456 (Jakob0815) 2017-07-13 16:04:55 +02:00 committed by GitHub
parent 94d701b1f7
commit 0ab79fd466

View File

@ -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 )