We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf8e24 commit 8ac76d2Copy full SHA for 8ac76d2
gendiff/cli.py
@@ -8,7 +8,9 @@ def parse_args():
8
epilog='Hi, Lyova Parsyan!)'
9
)
10
11
+ parser.add_argument('-f', '--format', help='set format of output')
12
parser.add_argument('first_file')
13
parser.add_argument('second_file')
14
- parser.parse_args()
15
+ return parser.parse_args()
16
+
pyproject.toml
@@ -26,3 +26,4 @@ build-backend = "hatchling.build"
26
27
[tool.hatch.build.targets.wheel]
28
packages = ["gendiff"]
29
0 commit comments