-
Notifications
You must be signed in to change notification settings - Fork 1
update: fix subcommand loader #9
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…et/get functions.
git-subtree-dir: src/imperazim/form git-subtree-split: f42701b06ea02ce60f0a0380493f8d1e0d08fab6
git-subtree-dir: src/imperazim/packet git-subtree-split: 0a0ad1a70456b31c783b246acbf57bf327f87689
git-subtree-dir: src/imperazim/command git-subtree-split: 17cba806108ea53c7f762a309be904a4c0ebff5c
5c42bb7 Enable hook fixed git-subtree-dir: src/imperazim/command git-subtree-split: 5c42bb72b3366dae94d805b5681159defd373d02
23f9dc7 Added PluginBase uses on hooker git-subtree-dir: src/imperazim/command git-subtree-split: 23f9dc70c06ec9b9271e89b33c62198535e55c81
- Added exists() to check directory existence - Added getFiles() to retrieve File objects in directory - Enhanced getBaseNames() to use getFiles() - These methods support efficient file system operations
- Implemented read() for full content retrieval - Added write() for full content persistence - Created getFileName() for name access - Added getFolder() for directory path access - These methods support robust island data handling
2488f40 Subcommands do not inherit constraints from their parent command git-subtree-dir: src/imperazim/command git-subtree-split: 2488f4088f48cd2354f54b16af9d77ccac964bcc
…eck, thus making it possible for sub-commands. Now the constraint check is done after the sub-command check, thus making it possible for sub-commands not to inherit the constraints of their parent commands.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Now the constraint check is done after the sub-command check, thus making it possible for sub-commands not to inherit the constraints of their parent commands.