mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[PR #49] [MERGED] Use Typer instead of argparse #81
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/initialcommit-com/git-sim/pull/49
Author: @paketb0te
Created: 2/8/2023
Status: ✅ Merged
Merged: 2/9/2023
Merged by: @initialcommit-io
Base:
main← Head:typer📝 Commits (10+)
3f19d5afirst draft for typer commands2d54992make each command a separate typer app3abea68remove implemented options from TODO commentc2c595eadd logo, show_intro, show_outro, media_dir0794f68finish top-level optionsd6a06afmake log a command instead of a typr apped313b0move print statement into GitSimBaseCommand7ed7a0bremove dupplicate setting "logo"c9cb296make status a command instead of a typr app8c4c940Revert "move print statement into GitSimBaseCommand"📊 Changes
18 files changed (+700 additions, -647 deletions)
View changed files
📝
git_sim/__main__.py(+124 -354)➕
git_sim/animations.py(+92 -0)📝
git_sim/git_sim_add.py(+25 -16)📝
git_sim/git_sim_base_command.py(+63 -68)📝
git_sim/git_sim_branch.py(+22 -10)📝
git_sim/git_sim_cherrypick.py(+34 -19)📝
git_sim/git_sim_commit.py(+31 -20)📝
git_sim/git_sim_log.py(+21 -8)📝
git_sim/git_sim_merge.py(+38 -21)📝
git_sim/git_sim_rebase.py(+34 -21)📝
git_sim/git_sim_reset.py(+63 -32)📝
git_sim/git_sim_restore.py(+25 -20)📝
git_sim/git_sim_revert.py(+25 -13)📝
git_sim/git_sim_stash.py(+26 -24)📝
git_sim/git_sim_status.py(+13 -11)📝
git_sim/git_sim_tag.py(+21 -9)➕
git_sim/settings.py(+41 -0)📝
setup.py(+2 -1)📄 Description
The PR for #43 :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.