init
This commit is contained in:
commit
f3e79af444
22 changed files with 1798 additions and 0 deletions
6
marvin_sw_text_adventure/cli/common.py
Normal file
6
marvin_sw_text_adventure/cli/common.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from marvin_sw_text_adventure.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