You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@jena.apache.org by "Vladimir Alexiev (Jira)" <ji...@apache.org> on 2022/04/07 09:48:00 UTC

[jira] [Created] (JENA-2321) uparse --print option; display --syntax option

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: jira-unsubscribe@jena.apache.org
For additional commands, e-mail: jira-help@jena.apache.org