Code Cleanup
- Improved style and efficiency of Perl test code. - Added alias expansion to feature log of bash completion script. - Added comments to bash completion script.
This commit is contained in:
committed by
Paul Beckingham
parent
54b2e10da4
commit
bd085a820d
@@ -31,6 +31,7 @@
|
||||
# *) task subcommands
|
||||
# *) project names
|
||||
# *) tag names
|
||||
# *) aliases
|
||||
#
|
||||
# To use these routines:
|
||||
#
|
||||
@@ -50,6 +51,7 @@
|
||||
# http://taskwarrior.org
|
||||
#
|
||||
################################################################################
|
||||
#the following variable is substituted for by ../../test/bash_completion.t
|
||||
taskcommand='task'
|
||||
|
||||
_task_get_tags() {
|
||||
@@ -85,6 +87,7 @@ _task()
|
||||
else
|
||||
prev2=""
|
||||
fi
|
||||
# useful for debugging:
|
||||
# echo -e "\ncur='$cur'"
|
||||
# echo "prev='$prev'"
|
||||
# echo "prev2='$prev2'"
|
||||
|
||||
Reference in New Issue
Block a user