mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
@@ -133,7 +133,8 @@ _systemd_nspawn() {
|
||||
comps=$( compgen -A file -- "$cur" )
|
||||
;;
|
||||
--kill-signal)
|
||||
comps=$(compgen -A signal)
|
||||
_signals
|
||||
return
|
||||
;;
|
||||
esac
|
||||
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
|
||||
|
||||
Reference in New Issue
Block a user