We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a required name to each submodule configuration. This could help when specifying some behaviour.
[[submodule]] name = "foo" path = "path/to/repository" url = "https://url/to/repository" ref = "branch, tag or commit"
Now, you have a generic way of addressing the submodules for commands like remove and mabye later sync.
remove
sync
The text was updated successfully, but these errors were encountered:
nestmodules.toml
No branches or pull requests
Add a required name to each submodule configuration. This could help when specifying some behaviour.
Now, you have a generic way of addressing the submodules for commands like
remove
and mabye latersync
.The text was updated successfully, but these errors were encountered: