tgit 0.10.2__tar.gz → 0.11.0__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.
@@ -1,6 +1,6 @@
1
- build
2
- dist
3
- *.egg-info
4
- *.egg
5
- __pycache__
1
+ build
2
+ dist
3
+ *.egg-info
4
+ *.egg
5
+ __pycache__
6
6
  .DS_Store
@@ -1 +1 @@
1
- 3.12.6
1
+ 3.12.6
@@ -1,5 +1,5 @@
1
- commit:
2
- emoji: true
3
- types:
4
- - type: fix
5
- emoji: ":adhesive_bandage:"
1
+ commit:
2
+ emoji: true
3
+ types:
4
+ - type: fix
5
+ emoji: ":adhesive_bandage:"
@@ -1,135 +1,135 @@
1
- ## v0.6.1
2
-
3
- [v0.6.0...v0.6.1](https://github.com/Jannchie/tgit/compare/v0.6.0...v0.6.1)
4
-
5
- ### :adhesive_bandage: Fixes
6
-
7
- - **changelog**: simplify sort by scope logic and validate diff before AI command - By [Jannchie](mailto:panjianqi@preferred.jp) in [32dd4e3](https://github.com/Jannchie/tgit/commit/32dd4e3)
8
-
9
- ### :wrench: Chores
10
-
11
- - update gitignore, vscode settings, and pyproject.toml - By [Jannchie](mailto:panjianqi@preferred.jp) in [103271e](https://github.com/Jannchie/tgit/commit/103271e)
12
-
13
- ## v0.6.0
14
-
15
- [v0.5.2...v0.6.0](https://github.com/Jannchie/tgit/compare/v0.5.2...v0.6.0)
16
-
17
- ### :sparkles: Features
18
-
19
- - **version**: introduce auto-detection of version bump based on commit types - By [Jannchie](mailto:panjianqi@preferred.jp) in [910107f](https://github.com/Jannchie/tgit/commit/910107f)
20
-
21
- ### :art: Refactors
22
-
23
- - extract git commit range logic into separate function for better readability - By [Jannchie](mailto:panjianqi@preferred.jp) in [44f9c94](https://github.com/Jannchie/tgit/commit/44f9c94)
24
-
25
- ## v0.5.2
26
-
27
- [v0.5.1...v0.5.2](https://github.com/Jannchie/tgit/compare/v0.5.1...v0.5.2)
28
-
29
- ### :adhesive_bandage: Fixes
30
-
31
- - **commit**: correct commit message formatting and emoji usage - By [Jannchie](mailto:panjianqi@preferred.jp) in [34b58a9](https://github.com/Jannchie/tgit/commit/34b58a9)
32
-
33
- ## v0.5.1
34
-
35
- [v0.5.0...v0.5.1](https://github.com/Jannchie/tgit/compare/v0.5.0...v0.5.1)
36
-
37
- ### :sparkles: Features
38
-
39
- - **commit**: add rich print for missing commit message - By [Jannchie](mailto:panjianqi@preferred.jp) in [686cf4a](https://github.com/Jannchie/tgit/commit/686cf4a)
40
-
41
- ## v0.5.0
42
-
43
- [v0.4.3...v0.5.0](https://github.com/Jannchie/tgit/compare/v0.4.3...v0.5.0)
44
-
45
- ### :sparkles: Features
46
-
47
- - **tgit**: add ai-powered commit message suggestion using openai - By [Jannchie](mailto:panjianqi@preferred.jp) in [93299f1](https://github.com/Jannchie/tgit/commit/93299f1)
48
-
49
- ## v0.4.3
50
-
51
- [v0.4.2...v0.4.3](https://github.com/Jannchie/tgit/compare/v0.4.2...v0.4.3)
52
-
53
- ### :art: Refactors
54
-
55
- - **version**: make the code clearer - By [Jianqi Pan](mailto:jannchie@gmail.com) in [68d626e](https://github.com/Jannchie/tgit/commit/68d626e)
56
-
57
- ### :memo: Documentation
58
-
59
- - add codetime badge - By [Jianqi Pan](mailto:jannchie@gmail.com) in [984b9d3](https://github.com/Jannchie/tgit/commit/984b9d3)
60
-
61
- ## v0.4.2
62
-
63
- [v0.4.1...v0.4.2](https://github.com/Jannchie/tgit/compare/v0.4.1...v0.4.2)
64
-
65
- ### :adhesive_bandage: Fixes
66
-
67
- - **depeendencies**: need python 3.11 because of tomllib - By [Jianqi Pan](mailto:jannchie@gmail.com) in [d7b3c0a](https://github.com/Jannchie/tgit/commit/d7b3c0a)
68
-
69
- ## v0.4.1
70
-
71
- [v0.4.0...v0.4.1](https://github.com/Jannchie/tgit/compare/v0.4.0...v0.4.1)
72
-
73
- ### :adhesive_bandage: Fixes
74
-
75
- - **depeendencies**: add gitpython as dependencies - By [Jianqi Pan](mailto:jannchie@gmail.com) in [51bbcb1](https://github.com/Jannchie/tgit/commit/51bbcb1)
76
-
77
- ## v0.4.0
78
-
79
- [v0.3.0...v0.4.0](https://github.com/Jannchie/tgit/compare/v0.3.0...v0.4.0)
80
-
81
- ### :sparkles: Features
82
-
83
- - **changelog**: implement basic changelog features - By [Jianqi Pan](mailto:jannchie@gmail.com) in [cf623c6](https://github.com/Jannchie/tgit/commit/cf623c6)
84
-
85
- ### :adhesive_bandage: Fixes
86
-
87
- - **changelog**: check whether the latest commit has a tag - By [Jianqi Pan](mailto:jannchie@gmail.com) in [310a306](https://github.com/Jannchie/tgit/commit/310a306)
88
-
89
- ### :memo: Documentation
90
-
91
- - add readme - By [Jianqi Pan](mailto:jannchie@gmail.com) in [1b31cbf](https://github.com/Jannchie/tgit/commit/1b31cbf)
92
-
93
- ### :wrench: Chores
94
-
95
- - **build**: use poetry - By [Jianqi Pan](mailto:jannchie@gmail.com) in [656de25](https://github.com/Jannchie/tgit/commit/656de25)
96
- - **version**: clean the useless code - By [Jianqi Pan](mailto:jannchie@gmail.com) in [0c24d69](https://github.com/Jannchie/tgit/commit/0c24d69)
97
-
98
- ## v0.3.0
99
-
100
- [v0.2.2...v0.3.0](https://github.com/Jannchie/tgit/compare/v0.2.2...v0.3.0)
101
-
102
- ### :sparkles: Features
103
-
104
- - **version**: update more version files - By [Jianqi Pan](mailto:jannchie@gmail.com) in [3a87374](https://github.com/Jannchie/tgit/commit/3a87374)
105
- - add gitt as a alias - By [Jianqi Pan](mailto:jannchie@gmail.com) in [bacd8fe](https://github.com/Jannchie/tgit/commit/bacd8fe)
106
-
107
- ### :wrench: Chores
108
-
109
- - **commit**: do not show type choices because they are too long - By [Jianqi Pan](mailto:jannchie@gmail.com) in [886ed07](https://github.com/Jannchie/tgit/commit/886ed07)
110
- - **scripts**: update build script - By [Jianqi Pan](mailto:jannchie@gmail.com) in [89702cd](https://github.com/Jannchie/tgit/commit/89702cd)
111
-
112
- ## v0.2.2
113
-
114
- [v0.2.1...v0.2.2](https://github.com/Jannchie/tgit/compare/v0.2.1...v0.2.2)
115
-
116
- ### :adhesive_bandage: Fixes
117
-
118
- - **commit**: add tag - By [Jianqi Pan](mailto:jannchie@gmail.com) in [8ea1e80](https://github.com/Jannchie/tgit/commit/8ea1e80)
119
-
120
- ## v0.2.1
121
-
122
- [0c6d5b32aad9f01678b114120e7530dfebf4fb85...v0.2.1](https://github.com/Jannchie/tgit/compare/0c6d5b32aad9f01678b114120e7530dfebf4fb85...v0.2.1)
123
-
124
- ### :sparkles: Features
125
-
126
- - **commit**: enable emoji settings - By [Jianqi Pan](mailto:jannchie@gmail.com) in [6acd0dc](https://github.com/Jannchie/tgit/commit/6acd0dc)
127
- - **version**: detect version from file or git tags - By [Jianqi Pan](mailto:jannchie@gmail.com) in [5b4d4aa](https://github.com/Jannchie/tgit/commit/5b4d4aa)
128
-
129
- ### :adhesive_bandage: Fixes
130
-
131
- - **commit**: push tag - By [Jianqi Pan](mailto:jannchie@gmail.com) in [35c96a8](https://github.com/Jannchie/tgit/commit/35c96a8)
132
-
133
- ### :wrench: Chores
134
-
135
- - **format**: use sourcery - By [Jianqi Pan](mailto:jannchie@gmail.com) in [03f2078](https://github.com/Jannchie/tgit/commit/03f2078)
1
+ ## v0.6.1
2
+
3
+ [v0.6.0...v0.6.1](https://github.com/Jannchie/tgit/compare/v0.6.0...v0.6.1)
4
+
5
+ ### :adhesive_bandage: Fixes
6
+
7
+ - **changelog**: simplify sort by scope logic and validate diff before AI command - By [Jannchie](mailto:panjianqi@preferred.jp) in [32dd4e3](https://github.com/Jannchie/tgit/commit/32dd4e3)
8
+
9
+ ### :wrench: Chores
10
+
11
+ - update gitignore, vscode settings, and pyproject.toml - By [Jannchie](mailto:panjianqi@preferred.jp) in [103271e](https://github.com/Jannchie/tgit/commit/103271e)
12
+
13
+ ## v0.6.0
14
+
15
+ [v0.5.2...v0.6.0](https://github.com/Jannchie/tgit/compare/v0.5.2...v0.6.0)
16
+
17
+ ### :sparkles: Features
18
+
19
+ - **version**: introduce auto-detection of version bump based on commit types - By [Jannchie](mailto:panjianqi@preferred.jp) in [910107f](https://github.com/Jannchie/tgit/commit/910107f)
20
+
21
+ ### :art: Refactors
22
+
23
+ - extract git commit range logic into separate function for better readability - By [Jannchie](mailto:panjianqi@preferred.jp) in [44f9c94](https://github.com/Jannchie/tgit/commit/44f9c94)
24
+
25
+ ## v0.5.2
26
+
27
+ [v0.5.1...v0.5.2](https://github.com/Jannchie/tgit/compare/v0.5.1...v0.5.2)
28
+
29
+ ### :adhesive_bandage: Fixes
30
+
31
+ - **commit**: correct commit message formatting and emoji usage - By [Jannchie](mailto:panjianqi@preferred.jp) in [34b58a9](https://github.com/Jannchie/tgit/commit/34b58a9)
32
+
33
+ ## v0.5.1
34
+
35
+ [v0.5.0...v0.5.1](https://github.com/Jannchie/tgit/compare/v0.5.0...v0.5.1)
36
+
37
+ ### :sparkles: Features
38
+
39
+ - **commit**: add rich print for missing commit message - By [Jannchie](mailto:panjianqi@preferred.jp) in [686cf4a](https://github.com/Jannchie/tgit/commit/686cf4a)
40
+
41
+ ## v0.5.0
42
+
43
+ [v0.4.3...v0.5.0](https://github.com/Jannchie/tgit/compare/v0.4.3...v0.5.0)
44
+
45
+ ### :sparkles: Features
46
+
47
+ - **tgit**: add ai-powered commit message suggestion using openai - By [Jannchie](mailto:panjianqi@preferred.jp) in [93299f1](https://github.com/Jannchie/tgit/commit/93299f1)
48
+
49
+ ## v0.4.3
50
+
51
+ [v0.4.2...v0.4.3](https://github.com/Jannchie/tgit/compare/v0.4.2...v0.4.3)
52
+
53
+ ### :art: Refactors
54
+
55
+ - **version**: make the code clearer - By [Jianqi Pan](mailto:jannchie@gmail.com) in [68d626e](https://github.com/Jannchie/tgit/commit/68d626e)
56
+
57
+ ### :memo: Documentation
58
+
59
+ - add codetime badge - By [Jianqi Pan](mailto:jannchie@gmail.com) in [984b9d3](https://github.com/Jannchie/tgit/commit/984b9d3)
60
+
61
+ ## v0.4.2
62
+
63
+ [v0.4.1...v0.4.2](https://github.com/Jannchie/tgit/compare/v0.4.1...v0.4.2)
64
+
65
+ ### :adhesive_bandage: Fixes
66
+
67
+ - **depeendencies**: need python 3.11 because of tomllib - By [Jianqi Pan](mailto:jannchie@gmail.com) in [d7b3c0a](https://github.com/Jannchie/tgit/commit/d7b3c0a)
68
+
69
+ ## v0.4.1
70
+
71
+ [v0.4.0...v0.4.1](https://github.com/Jannchie/tgit/compare/v0.4.0...v0.4.1)
72
+
73
+ ### :adhesive_bandage: Fixes
74
+
75
+ - **depeendencies**: add gitpython as dependencies - By [Jianqi Pan](mailto:jannchie@gmail.com) in [51bbcb1](https://github.com/Jannchie/tgit/commit/51bbcb1)
76
+
77
+ ## v0.4.0
78
+
79
+ [v0.3.0...v0.4.0](https://github.com/Jannchie/tgit/compare/v0.3.0...v0.4.0)
80
+
81
+ ### :sparkles: Features
82
+
83
+ - **changelog**: implement basic changelog features - By [Jianqi Pan](mailto:jannchie@gmail.com) in [cf623c6](https://github.com/Jannchie/tgit/commit/cf623c6)
84
+
85
+ ### :adhesive_bandage: Fixes
86
+
87
+ - **changelog**: check whether the latest commit has a tag - By [Jianqi Pan](mailto:jannchie@gmail.com) in [310a306](https://github.com/Jannchie/tgit/commit/310a306)
88
+
89
+ ### :memo: Documentation
90
+
91
+ - add readme - By [Jianqi Pan](mailto:jannchie@gmail.com) in [1b31cbf](https://github.com/Jannchie/tgit/commit/1b31cbf)
92
+
93
+ ### :wrench: Chores
94
+
95
+ - **build**: use poetry - By [Jianqi Pan](mailto:jannchie@gmail.com) in [656de25](https://github.com/Jannchie/tgit/commit/656de25)
96
+ - **version**: clean the useless code - By [Jianqi Pan](mailto:jannchie@gmail.com) in [0c24d69](https://github.com/Jannchie/tgit/commit/0c24d69)
97
+
98
+ ## v0.3.0
99
+
100
+ [v0.2.2...v0.3.0](https://github.com/Jannchie/tgit/compare/v0.2.2...v0.3.0)
101
+
102
+ ### :sparkles: Features
103
+
104
+ - **version**: update more version files - By [Jianqi Pan](mailto:jannchie@gmail.com) in [3a87374](https://github.com/Jannchie/tgit/commit/3a87374)
105
+ - add gitt as a alias - By [Jianqi Pan](mailto:jannchie@gmail.com) in [bacd8fe](https://github.com/Jannchie/tgit/commit/bacd8fe)
106
+
107
+ ### :wrench: Chores
108
+
109
+ - **commit**: do not show type choices because they are too long - By [Jianqi Pan](mailto:jannchie@gmail.com) in [886ed07](https://github.com/Jannchie/tgit/commit/886ed07)
110
+ - **scripts**: update build script - By [Jianqi Pan](mailto:jannchie@gmail.com) in [89702cd](https://github.com/Jannchie/tgit/commit/89702cd)
111
+
112
+ ## v0.2.2
113
+
114
+ [v0.2.1...v0.2.2](https://github.com/Jannchie/tgit/compare/v0.2.1...v0.2.2)
115
+
116
+ ### :adhesive_bandage: Fixes
117
+
118
+ - **commit**: add tag - By [Jianqi Pan](mailto:jannchie@gmail.com) in [8ea1e80](https://github.com/Jannchie/tgit/commit/8ea1e80)
119
+
120
+ ## v0.2.1
121
+
122
+ [0c6d5b32aad9f01678b114120e7530dfebf4fb85...v0.2.1](https://github.com/Jannchie/tgit/compare/0c6d5b32aad9f01678b114120e7530dfebf4fb85...v0.2.1)
123
+
124
+ ### :sparkles: Features
125
+
126
+ - **commit**: enable emoji settings - By [Jianqi Pan](mailto:jannchie@gmail.com) in [6acd0dc](https://github.com/Jannchie/tgit/commit/6acd0dc)
127
+ - **version**: detect version from file or git tags - By [Jianqi Pan](mailto:jannchie@gmail.com) in [5b4d4aa](https://github.com/Jannchie/tgit/commit/5b4d4aa)
128
+
129
+ ### :adhesive_bandage: Fixes
130
+
131
+ - **commit**: push tag - By [Jianqi Pan](mailto:jannchie@gmail.com) in [35c96a8](https://github.com/Jannchie/tgit/commit/35c96a8)
132
+
133
+ ### :wrench: Chores
134
+
135
+ - **format**: use sourcery - By [Jianqi Pan](mailto:jannchie@gmail.com) in [03f2078](https://github.com/Jannchie/tgit/commit/03f2078)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tgit
3
- Version: 0.10.2
3
+ Version: 0.11.0
4
4
  Summary: Tool for Git Interaction Temptation (tgit): An elegant CLI tool that simplifies and streamlines your Git workflow, making version control a breeze.
5
5
  Author-email: Jannchie <jannchie@gmail.com>
6
6
  License-Expression: MIT
@@ -14,11 +14,13 @@ Classifier: Topic :: Utilities
14
14
  Classifier: Typing :: Typed
15
15
  Requires-Python: >=3.11
16
16
  Requires-Dist: gitpython>=3.1.43
17
+ Requires-Dist: gitpython>=3.1.44
17
18
  Requires-Dist: inquirer>=3.4.0
18
19
  Requires-Dist: jinja2>=3.1.4
20
+ Requires-Dist: litellm>=1.59.9
19
21
  Requires-Dist: openai>=1.52.0
20
22
  Requires-Dist: pyyaml>=6.0.2
21
- Requires-Dist: rich>=13.9.2
23
+ Requires-Dist: rich>=13.9.4
22
24
  Description-Content-Type: text/markdown
23
25
 
24
26
  # tgit
@@ -1,17 +1,17 @@
1
- # tgit
2
-
3
- [![CodeTime Badge](https://img.shields.io/endpoint?style=social&color=222&url=https%3A%2F%2Fapi.codetime.dev%2Fshield%3Fid%3D2%26project%3Dtgit%26in=0)](https://codetime.dev)
4
-
5
- Tool for managing git repositories.
6
-
7
- ## Installation
8
-
9
- ```bash
10
- pip install tgit
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- tgit --help
17
- ```
1
+ # tgit
2
+
3
+ [![CodeTime Badge](https://img.shields.io/endpoint?style=social&color=222&url=https%3A%2F%2Fapi.codetime.dev%2Fshield%3Fid%3D2%26project%3Dtgit%26in=0)](https://codetime.dev)
4
+
5
+ Tool for managing git repositories.
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ pip install tgit
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```bash
16
+ tgit --help
17
+ ```
@@ -1,58 +1,66 @@
1
- [project]
2
- name = "tgit"
3
- version = "0.10.2"
4
- description = "Tool for Git Interaction Temptation (tgit): An elegant CLI tool that simplifies and streamlines your Git workflow, making version control a breeze."
5
- authors = [{ name = "Jannchie", email = "jannchie@gmail.com" }]
6
- dependencies = [
7
- "rich>=13.9.2",
8
- "pyyaml>=6.0.2",
9
- "inquirer>=3.4.0",
10
- "gitpython>=3.1.43",
11
- "openai>=1.52.0",
12
- "jinja2>=3.1.4",
13
- ]
14
- readme = { content-type = "text/markdown", file = "README.md" }
15
- requires-python = ">= 3.11"
16
- classifiers = [
17
- "Development Status :: 3 - Alpha",
18
- "Intended Audience :: Developers",
19
- "License :: OSI Approved :: MIT License",
20
- "Programming Language :: Python :: 3",
21
- "Topic :: Software Development :: Version Control",
22
- "Topic :: Utilities",
23
- "Typing :: Typed",
24
- ]
25
- keywords = ["git", "tool", "changelog", "version", "commit"]
26
- license = "MIT"
27
-
28
- [build-system]
29
- requires = ["hatchling"]
30
- build-backend = "hatchling.build"
31
-
32
- [tool.black]
33
- line-length = 160
34
-
35
- [tool.hatch.metadata]
36
- allow-direct-references = true
37
-
38
- [tool.hatch.build.targets.wheel]
39
- packages = ["tgit"]
40
-
41
- [project.scripts]
42
- tgit = "tgit:cli.main"
43
-
44
- [tool.ruff]
45
- line-length = 140
46
- select = ["ALL"]
47
-
48
- ignore = [
49
- "PGH",
50
- "RUF003",
51
- "BLE001",
52
- "ERA001",
53
- "FIX002",
54
- "TD002",
55
- "TD003",
56
- "D",
57
- "TRY300",
58
- ]
1
+ [project]
2
+ name = "tgit"
3
+ version = "0.11.0"
4
+ description = "Tool for Git Interaction Temptation (tgit): An elegant CLI tool that simplifies and streamlines your Git workflow, making version control a breeze."
5
+ authors = [{ name = "Jannchie", email = "jannchie@gmail.com" }]
6
+ dependencies = [
7
+ "rich>=13.9.4",
8
+ "pyyaml>=6.0.2",
9
+ "inquirer>=3.4.0",
10
+ "gitpython>=3.1.43",
11
+ "openai>=1.52.0",
12
+ "jinja2>=3.1.4",
13
+ "litellm>=1.59.9",
14
+ "gitpython>=3.1.44",
15
+ "inquirer>=3.4.0",
16
+ ]
17
+ readme = { content-type = "text/markdown", file = "README.md" }
18
+ requires-python = ">= 3.11"
19
+ classifiers = [
20
+ "Development Status :: 3 - Alpha",
21
+ "Intended Audience :: Developers",
22
+ "License :: OSI Approved :: MIT License",
23
+ "Programming Language :: Python :: 3",
24
+ "Topic :: Software Development :: Version Control",
25
+ "Topic :: Utilities",
26
+ "Typing :: Typed",
27
+ ]
28
+ keywords = ["git", "tool", "changelog", "version", "commit"]
29
+ license = "MIT"
30
+
31
+ [build-system]
32
+ requires = ["hatchling"]
33
+ build-backend = "hatchling.build"
34
+
35
+ [tool.black]
36
+ line-length = 160
37
+
38
+ [tool.hatch.metadata]
39
+ allow-direct-references = true
40
+
41
+ [tool.hatch.build.targets.wheel]
42
+ packages = ["tgit"]
43
+
44
+ [project.scripts]
45
+ tgit = "tgit:cli.main"
46
+
47
+ [tool.ruff]
48
+ line-length = 140
49
+ select = ["ALL"]
50
+
51
+ ignore = [
52
+ "PGH",
53
+ "RUF003",
54
+ "BLE001",
55
+ "ERA001",
56
+ "FIX002",
57
+ "TD002",
58
+ "TD003",
59
+ "D",
60
+ "TRY300",
61
+ ]
62
+
63
+ [dependency-groups]
64
+ dev = [
65
+ "ruff>=0.9.4",
66
+ ]
@@ -1,15 +1,15 @@
1
- import argparse
2
-
3
- from tgit.utils import simple_run_command
4
-
5
-
6
- def define_add_parser(subparsers: argparse._SubParsersAction) -> None:
7
- parser_add = subparsers.add_parser("add", help="same as git add")
8
- parser_add.add_argument("files", help="files to add", nargs="*")
9
- parser_add.set_defaults(func=handle_add)
10
-
11
-
12
- def handle_add(args: argparse.Namespace) -> None:
13
- files = " ".join(args.files)
14
- command = f"git add {files}"
15
- simple_run_command(command)
1
+ import argparse
2
+
3
+ from tgit.utils import simple_run_command
4
+
5
+
6
+ def define_add_parser(subparsers: argparse._SubParsersAction) -> None:
7
+ parser_add = subparsers.add_parser("add", help="same as git add")
8
+ parser_add.add_argument("files", help="files to add", nargs="*")
9
+ parser_add.set_defaults(func=handle_add)
10
+
11
+
12
+ def handle_add(args: argparse.Namespace) -> None:
13
+ files = " ".join(args.files)
14
+ command = f"git add {files}"
15
+ simple_run_command(command)