mirror of
https://gitee.com/amber-ce/amber-pm
synced 2025-12-18 19:31:37 +08:00
completion没改过来
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
Package: apm
|
Package: apm
|
||||||
Source: amber-ce
|
Source: amber-ce
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Architecture: amd64
|
Architecture: arm64
|
||||||
Maintainer: shenmo <shenmo@spark-app.store>
|
Maintainer: shenmo <shenmo@spark-app.store>
|
||||||
Installed-Size: 48724
|
Installed-Size: 46496
|
||||||
Depends: bubblewrap, flatpak, policykit-1 | pkexec | polkit-1 | polkit, systemd, procps,coreutils,fuse-overlayfs,xz-utils,libnotify-bin,curl,xdg-user-dirs
|
Depends: bubblewrap, flatpak, policykit-1 | pkexec | polkit-1 | polkit, systemd, procps,coreutils,fuse-overlayfs,xz-utils,libnotify-bin,curl,xdg-user-dirs
|
||||||
Section: misc
|
Section: misc
|
||||||
Conflicts: ace-host-integration
|
Conflicts: ace-host-integration
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ _apm()
|
|||||||
"update"
|
"update"
|
||||||
"upgrade" "full-upgrade" "dist-upgrade"
|
"upgrade" "full-upgrade" "dist-upgrade"
|
||||||
"run"
|
"run"
|
||||||
"run-sandbox"
|
"sandbox-run"
|
||||||
"help"
|
"help"
|
||||||
"source" "build-dep"
|
"source" "build-dep"
|
||||||
"clean" "autoclean"
|
"clean" "autoclean"
|
||||||
@@ -239,7 +239,7 @@ fi
|
|||||||
command grep "^Source: $cur" | sort -u | cut -f2 -d" " ) )
|
command grep "^Source: $cur" | sort -u | cut -f2 -d" " ) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
run|run-sandbox)
|
run|sandbox-run)
|
||||||
COMPREPLY=( $( compgen -W "$(apm_run_compgen)" "$cur" ) )
|
COMPREPLY=( $( compgen -W "$(apm_run_compgen)" "$cur" ) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
|||||||
0
src/var/lib/apm/apm/amber-pm-logo.png
Normal file → Executable file
0
src/var/lib/apm/apm/amber-pm-logo.png
Normal file → Executable file
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
Reference in New Issue
Block a user