-
Notifications
You must be signed in to change notification settings - Fork 2
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
rewrite: command structure clean-up #20
rewrite: command structure clean-up #20
Conversation
Why is stdio.write being used over print? The only difference (at least in this situation) is stdio.write doesn't append a \n |
Print doesn't have rich text (example for the colors) - I'm just copying what was previously there; |
The original file had print and colors worked fine |
It writes directly to stdio/stdout without the auto formatting print/warn/error has which was causing further issues with me using the logging functions; |
If you want to clean it use a for loop and table to hold the command name, descriptions, and color. |
I'll probably play around with somethings, just wanted to do release this so that we can keep moving on the development; |
No problem |
No description provided.