tall-forest-7561
11/09/2024, 3:40 AMRunner() , then its strips out ANSII color codes in click/utils.py but the stdout is being printed in terminal which is capable of these codes. Is there any option to force colors?
Example:
Running python main.py outputs no colors.
# Contents of main.py
with Runner("flows/predict_sii.py").run() as running:
print(f"{running.run} completed")
Whereas, running python flows/predict_sii.py run works!square-wire-39606
11/11/2024, 2:24 AM