mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 04:03:25 +00:00
chore: remove unnecessary code
This commit is contained in:
parent
cf317a9c64
commit
74bc7b9ba7
@ -10,12 +10,6 @@ commander.register("cd", function (path)
|
|||||||
fs.cd(path[1])
|
fs.cd(path[1])
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
--[[commander = {
|
|
||||||
__commands = {}
|
|
||||||
}
|
|
||||||
commander.__commands.ayo = function ()
|
|
||||||
print("ayo?")
|
|
||||||
end]]--
|
|
||||||
|
|
||||||
local ansikit = require 'ansikit'
|
local ansikit = require 'ansikit'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user