pygitgo 1.6.0__tar.gz → 1.6.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pygitgo-1.6.0/src/pygitgo.egg-info → pygitgo-1.6.1}/PKG-INFO +1 -1
- {pygitgo-1.6.0 → pygitgo-1.6.1}/pyproject.toml +1 -1
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/main.py +6 -1
- {pygitgo-1.6.0 → pygitgo-1.6.1/src/pygitgo.egg-info}/PKG-INFO +1 -1
- {pygitgo-1.6.0 → pygitgo-1.6.1}/LICENSE +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/README.md +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/setup.cfg +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/__init__.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/auth/__init__.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/auth/account.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/auth/manager.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/auth/ssh_utils.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/__init__.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/git_operations.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/jump.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/pull.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/staging.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/state.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/undo.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/exceptions.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/__init__.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/colors.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/config.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/executor.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/platform_utils.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/setup.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/update_checker.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo.egg-info/SOURCES.txt +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo.egg-info/dependency_links.txt +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo.egg-info/entry_points.txt +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo.egg-info/requires.txt +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo.egg-info/top_level.txt +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_config.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_git_operations.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_jump.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_main.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_platform.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_pull.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_setup.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_staging.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_state.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_undo.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_update_checker.py +0 -0
- {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_url_validator.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pygitgo"
|
|
7
|
-
version = "1.6.
|
|
7
|
+
version = "1.6.1"
|
|
8
8
|
description = "GitGo CLI - Your Fast Git Companion. Simplifies git push, link, stash, and user management."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "GPL-3.0-or-later"}
|
|
@@ -226,7 +226,7 @@ def main():
|
|
|
226
226
|
epilog="Use 'gitgo <command> -h' for help on a specific command."
|
|
227
227
|
)
|
|
228
228
|
|
|
229
|
-
parser.add_argument("-v", "-V", "--version", action="
|
|
229
|
+
parser.add_argument("-v", "-V", "--version", action="store_true", help="show program's version number and exit")
|
|
230
230
|
parser.add_argument("-r", "--ready", action="store_true", help="Check tool readiness")
|
|
231
231
|
|
|
232
232
|
subparsers = parser.add_subparsers(title="Commands", dest="command")
|
|
@@ -329,6 +329,11 @@ def main():
|
|
|
329
329
|
|
|
330
330
|
args = parser.parse_args()
|
|
331
331
|
|
|
332
|
+
if getattr(args, 'version', False):
|
|
333
|
+
print(f"GitGo {get_version()}")
|
|
334
|
+
print(f"Support GitGo: https://ko-fi.com/huerte")
|
|
335
|
+
sys.exit(0)
|
|
336
|
+
|
|
332
337
|
if args.ready:
|
|
333
338
|
info("\nALL UNITS ONLINE. GitGo STANDING BY. AWAITING COMMANDS...\n")
|
|
334
339
|
sys.exit(0)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|