release: FEATURE.md

This commit is contained in:
rkiel
2017-09-20 22:29:27 -04:00
parent b0393da00b
commit c410028f50
4 changed files with 73 additions and 34 deletions

View File

@@ -39,4 +39,14 @@ function get_feature_commands()
fi
}
function get_release_commands()
{
if [ -z $2 ] ; then
COMPREPLY=(`release tab`)
else
COMPREPLY=(`release tab $2`)
fi
}
complete -F get_feature_commands feature
complete -F get_release_commands release