mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-16 15:53:18 +00:00
commit
f480965e67
@ -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