初步支持沙箱化运行应用

This commit is contained in:
2025-11-01 00:21:27 +08:00
parent 7b8ceb8328
commit 0f9a4ed76a
5 changed files with 212 additions and 14 deletions
@@ -44,11 +44,14 @@ _apm()
"update"
"upgrade" "full-upgrade" "dist-upgrade"
"run"
"run-sandbox"
"help"
"source" "build-dep"
"clean" "autoclean"
"download" "changelog"
"amber"
"xmp360"
"bronya"
"debug"
"depends" "rdepends"
"policy")
@@ -236,7 +239,7 @@ fi
command grep "^Source: $cur" | sort -u | cut -f2 -d" " ) )
return 0
;;
run)
run|run-sandbox)
COMPREPLY=( $( compgen -W "$(apm_run_compgen)" "$cur" ) )
return 0
;;