You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go (take in a bunch name, and then run needed commands to switch over all the branches)
prev (go to the previous bunch) (only got back and forth, it is less like undo, and more like a carousel)
add (to bunch)
new (create new set of branches in repos based on bunch template)
remove (branch from bunch)
config (opens toml config file in text editor to set global settings) or flags/args inline to set
pull (switch to branches from bunch collection, and pull down latest, just fail on merge conflicts)
push(switch to brances from bunch collection, and push to remote, does not handle tracking files or committing -- user to do this)
template (takes in arguments vector of repo names to be used for common development workflows) ex. three repos are commonly involved in each feature development. allow for quickly creating a branch on each of the repos of the same name
list (list all currently defined bunches, hold up to 15?)
Options
set build command/file config for the repos to be used on switch
The text was updated successfully, but these errors were encountered:
Use Clap: https://docs.rs/clap/4.3.0/clap/
Commands
Options
The text was updated successfully, but these errors were encountered: