Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 1eacf7f

Browse files
allow -s shorthand
1 parent 71522ee commit 1eacf7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def write_usage(self, prog: str, args: str = "", prefix: Optional[str] = None) -
230230
)
231231
@click.option(
232232
"--select",
233+
"-s",
233234
default=None,
234235
metavar="PATH",
235236
help="select dbt resources to compar using dbt selection syntax",

0 commit comments

Comments
 (0)