Skip to content

Commit

Permalink
Merge pull request #2057 from aescay/feature/add_target_flag_alias
Browse files Browse the repository at this point in the history
Add -t shorthand for --targets
  • Loading branch information
drewbanin committed Jan 17, 2020
2 parents 9b7de69 + 51e65a3 commit 722d87c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dbt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def _build_base_subparser():
)

base_subparser.add_argument(
'-t',
'--target',
default=None,
type=str,
Expand Down

0 comments on commit 722d87c

Please sign in to comment.