Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DipSO
tsv2properties
Commits
121c0c78
Commit
121c0c78
authored
Feb 28, 2022
by
dimitri.szabo
Browse files
Added --version
parent
42b4e979
Pipeline
#51532
failed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/tsv2properties.py
View file @
121c0c78
...
...
@@ -6,6 +6,7 @@ from unidecode import unidecode
import
click
@
click
.
command
()
@
click
.
version_option
()
@
click
.
option
(
'--dir'
,
default
=
os
.
getcwd
(),
help
=
'Répertoire des fichiers tsv à utiliser.'
)
@
click
.
option
(
'--out'
,
default
=
os
.
getcwd
(),
help
=
'Répertoire où exporter les fichiers properties.'
)
def
cli
(
dir
:
str
,
out
:
str
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment