-
Notifications
You must be signed in to change notification settings - Fork 487
Rename CLI and ExecutableCLI folders #635
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
Don't forget to make the Property*.swift commands public too... |
Done! |
Sounds good. I did it before committing, so I find it funny that it needs to happen again. But I will do it in roughly 10 min. |
It looks like it was whitespace only. What IDE/editor are you using? |
Looks like there are compiler errors with the property subcommand changes. |
Xcode |
Fixing it right now. |
Fixed |
Ok, yay! I managed to get a hook working to auto-format before I push for the future |
Merged, thanks for the contribution @Mcrich23! |
Type of Change
Motivation and Context
This is an extension of #603 to cleanup the folder structure and have it match with the new library and target names.
Testing
N/A