From 51e65a35a648937310eba28cc09458cdf9f92d04 Mon Sep 17 00:00:00 2001 From: aescay Date: Fri, 17 Jan 2020 11:49:18 -0500 Subject: [PATCH] add -t shorthand for --targets --- core/dbt/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/dbt/main.py b/core/dbt/main.py index 6136350b44a..f5c0cd75949 100644 --- a/core/dbt/main.py +++ b/core/dbt/main.py @@ -244,6 +244,7 @@ def _build_base_subparser(): ) base_subparser.add_argument( + '-t', '--target', default=None, type=str,