1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-17 15:57:11 +00:00

package manager improvements

This commit is contained in:
kepler155c@gmail.com
2019-07-03 10:44:30 -04:00
parent 9456d31881
commit 0b222207ba
6 changed files with 53 additions and 18 deletions

View File

@@ -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)