-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add suport for auto-organizing command files in subfolders #399
Conversation
@EmilySeville7cfg - this PR contains a schema change to the settings.yml file: Can you verify my change? |
"commands_dir": { | ||
"title": "commands dir", | ||
"description": "A directory to nested command files of the current script", | ||
"oneOf": [ |
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.
I guess it's better to put schemas containing "type": "null"
at the end, not to introduce inconsistency with #/definitions/color. But overall, this change looks nice. ;)
Change as you see fit - schemas are your domain :) |
https://bashly.dannyb.co/usage/settings/#commands_dir is not a valid link. 🤔 |
Use it. It will be live when the new version is released. |
cc #398