feat(aa-log): update shell completion.
This commit is contained in:
parent
2e466bab20
commit
eddcd0ecce
2 changed files with 4 additions and 4 deletions
|
|
@ -4,9 +4,9 @@
|
|||
_aa-log() {
|
||||
local IFS=$'\n'
|
||||
_arguments : \
|
||||
-f'[set a logfile or a prefix to the default log file]:FILE:__aa_files' \
|
||||
-s'[parse systemd dbus logs]' \
|
||||
-h'[display help information]'
|
||||
{-f,--file}'[set a logfile or a suffix to the default log file]:FILE:__aa_files' \
|
||||
{-s,--systemd}'[parse systemd logs from journalctl]' \
|
||||
{-h,--help}'[display help information]'
|
||||
|
||||
_values -C 'profile names' ${$(__aa_profiles):-""}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue