-
Notifications
You must be signed in to change notification settings - Fork 556
Implement init-command similar to mycli. #1504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4751f47
to
c97298c
Compare
The newest click 8.1.8 is breaking the behave tests.
Click 8.1.8 was breaking them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Thanks!
@@ -232,12 +232,21 @@ output.null = "#808080" | |||
|
|||
# Named queries are queries you can execute by name. | |||
[named queries] | |||
# ver = "SELECT version()" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for providing the examples. 👍
"click >= 4.1", | ||
"Pygments>=2.0", # Pygments has to be Capitalcased. WTF? | ||
"click >= 4.1,<8.1.8", | ||
"Pygments>=2.0", # Pygments has to be Capitalcased. WTF? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I... would not leave a wtf in there. 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is from a long time ago. When I was young and stupid.
Description
Implement the init-command feature that is available in mycli.
Checklist
changelog.rst
.