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
Revert "Make text option an argument instead of an option"
This reverts commit c767a0a.
This changes --text from typer.Argument to typer.Option
This is a breaking change. It puts text on the same level as the other options like image or barcode.
It is breaking because it now requires any text to be preceeded by `--text`.
Ref: <#12 (comment)> and below.
0 commit comments