Skip to content

Commit

Permalink
Merge pull request #1161 from fishtown-analytics/feature/m-is-for-models
Browse files Browse the repository at this point in the history
add "-m" shorthand for models (#1160)
  • Loading branch information
beckjake authored Nov 30, 2018
2 parents 8af3061 + 3cf03f3 commit 6025d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ def parse_args(args):

for sub in [run_sub, compile_sub, generate_sub]:
sub.add_argument(
'-m',
'--models',
required=False,
nargs='+',
Expand Down

0 comments on commit 6025d3d

Please sign in to comment.