You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, --useCommaByDefault is the correct syntax. You are correct in that the turtle-formatter has not been updated yet. However, with a source build from the latest state of the main branch, I can not reproduce the issue, the commas are formatted as expected:
# clone the repository, then run:
./gradlew
cd cli/build/libs
java -jar owl-cli-snapshot.jar write ~/test.ttl --useCommaByDefault
I run with
--useCommaByDefault
.With owl-cli-1.2.5.jar it respected it:
With a source build (made as per #22) it doesn't respect it:
https://github.com/atextor/owl-cli/blob/main/dependencies.gradle#L35 has this (not changed since 6 months ago):
so I assume it doesn't use the new release turtle-formatter 1.2.12.
It prints this version info:
So I can't figure out what caused this change in behavior.
Do I need to specify
--useCommaByDefault=true
??The text was updated successfully, but these errors were encountered: