Cleanup ccpt

This commit is contained in:
PentagonLP 2021-06-01 11:25:04 +02:00
parent 13b1465630
commit 2785bd2262

7
ccpt
View File

@ -2,7 +2,7 @@
ComputerCraft Package Tool ComputerCraft Package Tool
Author: PentagonLP Author: PentagonLP
Version: 1.0 Version: 1.0
Lines of Code: 1.000; Characters: 30.514 Lines of Code: 1.000; Characters: 30.485
]] ]]
-- Load properprint library -- Load properprint library
@ -921,7 +921,8 @@ installtypes = {
} }
} }
-- Array to store autocomplete information --[[ Array to store autocomplete information
]]--
autocomplete = { autocomplete = {
func = completeaction, func = completeaction,
funcargs = {}, funcargs = {},
@ -996,4 +997,4 @@ if not (installed+updated+removed==0) then
actionmessage = actionmessage .. removed .. " packages removed." actionmessage = actionmessage .. removed .. " packages removed."
end end
properprint.pprint(actionmessage) properprint.pprint(actionmessage)
end end