Skip to content

Commit

Permalink
hxltmcli (#24): started --meta parameter; HXLTM additional file for a…
Browse files Browse the repository at this point in the history
…dvanced processing (YAML-like, as opposed to table-like)
  • Loading branch information
fititnt committed Oct 19, 2021
1 parent f4b6ad6 commit 45cbf2a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/hxltmcli
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,17 @@ class HXLTMCLI: # pylint: disable=too-many-instance-attributes
nargs='?'
)

parser.add_argument(
'--meta',
help='(Draft, not fully implemented) ' +
'Optional YAML metadata for advanced processing operations.',
# dest='fontem_linguam',
metavar='meta',
action='store',
# default='lat-Latn',
nargs='?'
)

parser.add_argument(
'--objectivum-normam',
help='(For data exchange) Target of data convention ' +
Expand Down

0 comments on commit 45cbf2a

Please sign in to comment.