Bug: pizza generate codeowners
needs to support the --tty-disable
flag
#154
Labels
pizza generate codeowners
needs to support the --tty-disable
flag
#154
Describe the bug
The codeowners generation flow now has interactive bits that could break CI/CD:
Adding the
--tty-disable
flag doesn't do anything and this wasn't implemented in #141Providing the
--tty-disable
flag should ignore the interactive user flow:Steps to reproduce
Run
pizza generate codeowners
on a repo with the--tty-disable
flag and notice it still goes into interactive mode which could break CI/CD systems.The text was updated successfully, but these errors were encountered: