Skip to content

Commit

Permalink
include-only option added, #83
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Oct 22, 2023
1 parent 5935484 commit 98aeb39
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,19 @@ e.g.
java -Xss5m -jar target/stepmod2mn-1.20.jar data/ --exclude "machining_features"
----

=== Convert only specified documents resource.xml and module.xml in the specified folder and sub-folders into the Metanorma AsciiDoc format:

[source,sh]
----
java -Xss5m -jar target/stepmod2mn-1.20.jar <Input-folder> [--include-only <documents list>]
----

e.g.

[source,sh]
----
java -Xss5m -jar target/stepmod2mn-1.20.jar data/ --include-only "fundamentals_of_product_description_and_support kinematics"
----

=== Convert the documents specified in the publication index xml file in the tags 'resource_docs' and 'modules' into the Metanorma AsciiDoc format:

Expand Down

0 comments on commit 98aeb39

Please sign in to comment.