v4.0.0
- rewrote mgt (again). this time to remove dependency on clap-rs (replaced with my fork of gumdrop: https://github.com/nikita-skobov/gumdrop), and improvements to code structure
- because the cli parser changed, some of the cli usage changed
- ex: cant do
mgt split-out --rebase
anymore. instead you must usemgt split-out -r
because the--rebase
now requires a value. - same for
-t
/--topbase
But otherwise everything else is the same.
This is a 4.0.0 release because it was a lot of work (and technically the api is somewhat breaking?)