Skip to content

Commit 78c7e59

Browse files
committed
add --format/-f(changes 2nd step)
1 parent 8a47665 commit 78c7e59

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
106 Bytes
Binary file not shown.

gendiff/scripts/gendiff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def main():
88
)
99
parser.add_argument('first_file')
1010
parser.add_argument('second_file')
11+
parser.add_argument('-f', '--format', help='set format of output')
1112
print(parser.parse_args())
1213

1314

0 commit comments

Comments
 (0)