[FEATURE] Improve Gitmode implementation #38
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
0.0.7
added a naive implementation for theGitmode
branch indo_build()
. See PR.Using
Command
for each needed step should be avoided, when a more idiomatic Rust solution can be used instead.The basic pipeline should be something like:
git checkout <query> && git submodule update --init -recursive && make && mv <bin> <tag_dir> && git switch - && git submodule update --init --recursive
Note
Version
0.1.6
runsmake rebuild
by default andmake
when--no-rebuild
is passed.I think there's some git flag we can use to do the checkout and first submodule prep in one command.
Steps
The text was updated successfully, but these errors were encountered: