Version 0.1.5 - add branch flag to fork switch command
- Make the username argument under
emu fork switch
optional. If not specified, it will use the current fork switched to - Add
--branch
(-b
) flag for specifying the branch-
This means you must supply
-b
or--branch
when switching branches, even when supplying the username:Old syntax: emu fork switch another_fork branch New syntax: emu fork switch another_fork -b branch Old syntax: emu fork switch same_fork new_branch New syntax: emu fork switch -b new_branch
-