[systemd-commits] shell-completion/zsh
Ronny Chevalier
rchevalier at kemper.freedesktop.org
Mon Jan 12 12:28:54 PST 2015
shell-completion/zsh/_coredumpctl | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 720e0be0f00f4a7fee808d1cf60db43970900588
Author: Ronny Chevalier <chevalier.ronny at gmail.com>
Date: Mon Jan 12 21:26:27 2015 +0100
zsh-completion: add missing completions for coredumpctl
diff --git a/shell-completion/zsh/_coredumpctl b/shell-completion/zsh/_coredumpctl
index d13bc70..833c7e2 100644
--- a/shell-completion/zsh/_coredumpctl
+++ b/shell-completion/zsh/_coredumpctl
@@ -4,6 +4,7 @@ _coredumpctl_command(){
local -a _coredumpctl_cmds
_coredumpctl_cmds=(
'list:List available coredumps'
+ 'info:Show detailed information about one or more coredumps'
'dump:Print coredump to stdout'
'gdb:Start gdb on a coredump'
)
@@ -30,7 +31,9 @@ _coredumpctl_command(){
_arguments \
{-o+,--output=}'[Write output to FILE]:output file:_files' \
{-F+,--field=}'[Show field in list output]:field' \
+ '-1[Show information about most recent entry only]' \
'--no-pager[Do not pipe output into a pager]' \
+ '--no-legend[Do not print the column headers]' \
{-h,--help}'[Show this help]' \
'--version[Show package version]' \
'*::coredumpctl commands:_coredumpctl_command'
More information about the systemd-commits
mailing list