Jacob Stopak
Jacob Stopak
No worries, glad you got it working! Please let me know if you have any suggestions or run into issues using the tool!
Hi again @TheKnarf , Thanks for reporting - I'll look into this today. FYI I can tell this is related to repos with less than 5 commits on a branch,...
@TheKnarf Sry for the delay. I pushed a fix to this a few days ago but forgot to update this ticket. To update to the most recent version of git-sim...
Hi @caarmen! Thanks for the suggestion. I would love to get this in at some point. I'm working on various updates/enhancements for the tool, so don't have a timeline at...
Hi again @paketb0te! Wow cool! At a quick glance, I do like it. I like how it keeps just the global options in the `__main__.py` and the subcommand options in...
@paketb0te Hey sorry for the delay! > I'd have it store everything that is needed in the GitSimBaseCommand in there (basically replacing args - with the benefit of having type...
@paketb0te I think I used that previously to set the max number of branch/tag labels that would show on top of a single commit, but I think at some point...
@paketb0te Alright! I will do my best to take a look this weekend and merge the PR. Thanks again!
@paketb0te Just fixed a minor import bug, but aside from that seems to be working well! I haven't thoroughly tested but the basic stuff seems to be working 😄 ....
@paketb0te Hmm question about the cherrypick command/class. In Git, the command is actually `cherry-pick`, (with the hyphen) which is what it was using argparse. After changing to Typer, it is...