We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raise InvalidFlag(flag) ,printy.exceptions.InvalidFlag: ''' is not a valid flag
if flag not in available_flags and is_raise_error: raise InvalidFlag(flag)
The text was updated successfully, but these errors were encountered:
Hi, can you elaborate better what the issue is please? are you trying to use a single quote as a flag? or what are you trying to achieve? thanks!
Sorry, something went wrong.
im trying show message with quote as a flag
Not quite understanding what the issue is, can you add an example or a code snippet showing what you trying to acomplish, please?
Not sure why you're trying to add a single quote as a flag, flags define the cors you want to use, and the quotes are not one of them.
No branches or pull requests
The text was updated successfully, but these errors were encountered: