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.
Files changed (44) hide show
  1. {pygitgo-1.6.0/src/pygitgo.egg-info → pygitgo-1.6.1}/PKG-INFO +1 -1
  2. {pygitgo-1.6.0 → pygitgo-1.6.1}/pyproject.toml +1 -1
  3. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/main.py +6 -1
  4. {pygitgo-1.6.0 → pygitgo-1.6.1/src/pygitgo.egg-info}/PKG-INFO +1 -1
  5. {pygitgo-1.6.0 → pygitgo-1.6.1}/LICENSE +0 -0
  6. {pygitgo-1.6.0 → pygitgo-1.6.1}/README.md +0 -0
  7. {pygitgo-1.6.0 → pygitgo-1.6.1}/setup.cfg +0 -0
  8. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/__init__.py +0 -0
  9. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/auth/__init__.py +0 -0
  10. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/auth/account.py +0 -0
  11. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/auth/manager.py +0 -0
  12. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/auth/ssh_utils.py +0 -0
  13. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/__init__.py +0 -0
  14. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/git_operations.py +0 -0
  15. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/jump.py +0 -0
  16. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/pull.py +0 -0
  17. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/staging.py +0 -0
  18. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/state.py +0 -0
  19. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/commands/undo.py +0 -0
  20. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/exceptions.py +0 -0
  21. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/__init__.py +0 -0
  22. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/colors.py +0 -0
  23. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/config.py +0 -0
  24. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/executor.py +0 -0
  25. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/platform_utils.py +0 -0
  26. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/setup.py +0 -0
  27. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo/utils/update_checker.py +0 -0
  28. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo.egg-info/SOURCES.txt +0 -0
  29. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo.egg-info/dependency_links.txt +0 -0
  30. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo.egg-info/entry_points.txt +0 -0
  31. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo.egg-info/requires.txt +0 -0
  32. {pygitgo-1.6.0 → pygitgo-1.6.1}/src/pygitgo.egg-info/top_level.txt +0 -0
  33. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_config.py +0 -0
  34. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_git_operations.py +0 -0
  35. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_jump.py +0 -0
  36. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_main.py +0 -0
  37. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_platform.py +0 -0
  38. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_pull.py +0 -0
  39. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_setup.py +0 -0
  40. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_staging.py +0 -0
  41. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_state.py +0 -0
  42. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_undo.py +0 -0
  43. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_update_checker.py +0 -0
  44. {pygitgo-1.6.0 → pygitgo-1.6.1}/tests/test_url_validator.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygitgo
3
- Version: 1.6.0
3
+ Version: 1.6.1
4
4
  Summary: GitGo CLI - Your Fast Git Companion. Simplifies git push, link, stash, and user management.
5
5
  Author: Huerte
6
6
  License: GPL-3.0-or-later
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pygitgo"
7
- version = "1.6.0"
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="version", version=f"GitGo {get_version()}\nSupport GitGo: https://ko-fi.com/huerte")
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygitgo
3
- Version: 1.6.0
3
+ Version: 1.6.1
4
4
  Summary: GitGo CLI - Your Fast Git Companion. Simplifies git push, link, stash, and user management.
5
5
  Author: Huerte
6
6
  License: GPL-3.0-or-later
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