aa-log: add -f option to set a log file.
This commit is contained in:
parent
ba0ccc3edc
commit
6876938719
4 changed files with 47 additions and 13 deletions
|
|
@ -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):-""}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue