-
-
Notifications
You must be signed in to change notification settings - Fork 106
tldr: add a warning when a page is not available for current platform #295
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kinda dumb for the code to use self-defined colors instead of just using colorama globally |
I really want to get rid of the linter. This arbitrary line length restriction really grinds my nerves when the language is designed to autoindent |
This reverts commit 23ed9f7.
…acy CMD in Windows only Signed-off-by: Dharun Krishna K B <[email protected]>
Using colorama globally would make the code more legible. In the end it will output the exact same escape sequences anyways. |
Co-authored-by: Sebastiaan Speck <[email protected]>
Signed-off-by: Dharun Krishna K B <[email protected]>
No description provided.