Skip to content

Instantly share code, notes, and snippets.

@briandconnelly
briandconnelly / airflow
Last active March 21, 2018 19:20 — forked from theotheo/airflow
Basic Bash completion for Airflow
_airflow()
{
local cur prev opts base
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
# echo $prev