Skip to content

Commit

Permalink
Enable the new Click Cli (#6785)
Browse files Browse the repository at this point in the history
  • Loading branch information
iknox-fa authored and stu-k committed Jan 31, 2023
1 parent 2ac3d38 commit 88be60e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20230130-175752.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: "Enables the new Click Cli on the commandline! \U0001F680"
time: 2023-01-30T17:57:52.65626-06:00
custom:
Author: iknox-fa
Issue: "6784"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
include_package_data=True,
test_suite="test",
entry_points={
"console_scripts": ["dbt = dbt.main:main"],
"console_scripts": ["dbt = dbt.cli.main:cli_runner"],
},
install_requires=[
"Jinja2==3.1.2",
Expand Down

0 comments on commit 88be60e

Please sign in to comment.