add self.dry_run

This commit is contained in:
Paul Gauthier 2023-07-05 21:22:12 -07:00
parent 85c3bb8f12
commit 391088fd14

View file

@ -127,6 +127,7 @@ class InputOutput:
self.chat_history_file = None
self.encoding = encoding
self.dry_run = dry_run
if pretty:
self.console = Console()