Vladimir Alexiev created JENA-2321:
--------------------------------------
Summary: uparse --print option; display --syntax option
Key: JENA-2321
URL: https://issues.apache.org/jira/browse/JENA-2321
Project: Apache Jena
Issue Type: Bug
Reporter: Vladimir Alexiev
"uparse" seems confused about its --print option:
{noformat}
$ uparse --print update --file a.ru
Not a recognized print form: update : Choices are: update, none
$ uparse --print=update --file a.ru
Not a recognized print form: update : Choices are: update, none
$ uparse --version
Jena: VERSION: 4.1.0
Jena: BUILD_DATE: 2021-05-31T20:32:25+0000
{noformat}
This is a very minor issue since "--print none" (syntax checking) works.
Another minor thing:
{noformat}
$ uparse --syntax=zz --print none --file a.ru
Unrecognized syntax: zz
{noformat}
It would be nice to also print which are the allowed syntaxes (I think there's
only one: "update")
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]