aa-log: add -f option to set a log file.

This commit is contained in:
Alexandre Pujol 2022-02-10 21:30:51 +00:00
parent ba0ccc3edc
commit 6876938719
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 47 additions and 13 deletions

View file

@ -3,6 +3,10 @@
_aa-log () {
local IFS=$'\n'
_arguments : \
-f'[set a logfile or a prefix to the default log file]:_files' \
-h'[display help information]'
_values -C 'profile names' ${$(__aa_profiles):-""}
}