You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #84 added an option for the user to send their input text as a clarg instead of the prompt. This is cool. But we can merge the 2 options: --textinput & --text so that if an argument isn't given, the user gets prompted for text.
The PR #84 added an option for the user to send their input text as a clarg instead of the prompt. This is cool. But we can merge the 2 options: --textinput & --text so that if an argument isn't given, the user gets prompted for text.
See https://click.palletsprojects.com/en/7.x/options/#prompting (2nd example)
The text was updated successfully, but these errors were encountered: