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
❯ java -jar odf-apps/target/odf-apps-0.13.1-jar-with-dependencies.jar -h
Usage: odf-validator [-hpV] FILE...
Validates Open Document Format spreadsheets.
FILE... A list of Open Document Format spreadsheet files to validate.
-h, --help Show this help message and exit.
-p, --profile Validate using extended Spreadsheet preservation profile.
-V, --version Print version information and exit.
❯ java -jar odf-apps/target/odf-apps-0.13.1-jar-with-dependencies.jar -V
odf-validator 0.1
Note the final line.
The text was updated successfully, but these errors were encountered:
Running the 0.13.1 jar
❯ java -jar odf-apps/target/odf-apps-0.13.1-jar-with-dependencies.jar -h Usage: odf-validator [-hpV] FILE... Validates Open Document Format spreadsheets. FILE... A list of Open Document Format spreadsheet files to validate. -h, --help Show this help message and exit. -p, --profile Validate using extended Spreadsheet preservation profile. -V, --version Print version information and exit. ❯ java -jar odf-apps/target/odf-apps-0.13.1-jar-with-dependencies.jar -V odf-validator 0.1
Note the final line.
The text was updated successfully, but these errors were encountered: