This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
python-transpose
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Activity
Browse Source
feat: allow for short -s for --store-path
pull/8/head
Ryan Reed
2 years ago
parent
ebebfa00f3
commit
df199911c5
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/transpose/console.py
+ 1
- 0
src/transpose/console.py
View File
@ -44,6 +44,7 @@ def parse_arguments(args=None):
)
)
parser
.
add_argument
(
"
--version
"
,
action
=
"
version
"
,
version
=
f
"
Transpose {version}
"
)
parser
.
add_argument
(
"
--version
"
,
action
=
"
version
"
,
version
=
f
"
Transpose {version}
"
)
parser
.
add_argument
(
parser
.
add_argument
(
"
-s
"
,
"
--store-path
"
,
"
--store-path
"
,
dest
=
"
store_path
"
,
dest
=
"
store_path
"
,
nargs
=
"
?
"
,
nargs
=
"
?
"
,
Write
Preview
Loading…
Cancel
Save