Skip to content

Commit

Permalink
Merge pull request #1400 from jlowin/missing-args-clear
Browse files Browse the repository at this point in the history
Add missing args to `airflow clear` - confirmed this change works locally.
  • Loading branch information
r39132 committed Apr 19, 2016
2 parents aecfa7c + 6706bab commit c1f485f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airflow/bin/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,8 @@ class CLIFactory(object):
'help': "Clear a set of task instance, as if they never ran",
'args': (
'dag_id', 'task_regex', 'start_date', 'end_date', 'subdir',
'upstream', 'downstream', 'no_confirm'),
'upstream', 'downstream', 'no_confirm', 'only_failed',
'only_running'),
}, {
'func': pause,
'help': "Pause a DAG",
Expand Down

0 comments on commit c1f485f

Please sign in to comment.