mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
6 lines
186 B
Lua
6 lines
186 B
Lua
|
|
local shell = require("shell")
|
||
|
|
local completion = require("cc.shell.completion")
|
||
|
|
|
||
|
|
shell.setCompletionFunction("craftos", completion.build(
|
||
|
|
-- craftos command doesn't take parameters
|
||
|
|
))
|