init
This commit is contained in:
commit
4be274d9e2
39 changed files with 2548 additions and 0 deletions
6
learn_sql_model/cli/common.py
Normal file
6
learn_sql_model/cli/common.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from learn_sql_model.console import console
|
||||
|
||||
|
||||
def verbose_callback(value: bool) -> None:
|
||||
if value:
|
||||
console.quiet = False
|
||||
Loading…
Add table
Add a link
Reference in a new issue