mirror of
https://github.com/kepler155c/opus
synced 2025-11-17 15:57:11 +00:00
package manager improvements
This commit is contained in:
@@ -17,6 +17,6 @@ end
|
||||
_ENV.shell.setCompletionFunction("sys/apps/package.lua",
|
||||
function(_, index, text)
|
||||
if index == 1 then
|
||||
return completeMultipleChoice(text, { "install ", "update ", "uninstall " })
|
||||
return completeMultipleChoice(text, { "install ", "update ", "uninstall ", "updateall ", "refresh" })
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user