Skip to content

Instantly share code, notes, and snippets.

@theotheo
theotheo / airflow
Last active March 21, 2018 17:48
airflow bash completion
_airflow()
{
local cur prev opts base
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
# echo $prev