Scripts: Disable hooks in bash completion script
- Stop on-launch and on-exit hooks with output from interfering with bash completion.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
#
|
||||
################################################################################
|
||||
#the following variable is substituted for by ../../test/bash_completion.t
|
||||
taskcommand='task rc.verbose:nothing rc.confirmation:no'
|
||||
taskcommand='task rc.verbose:nothing rc.confirmation:no rc.hooks:off'
|
||||
|
||||
_task_get_tags() {
|
||||
$taskcommand _tags
|
||||
|
||||
Reference in New Issue
Block a user