LightGuard / asciidoc-splitter

A splitter utility for helping create modular docs from chapter files.
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Need to be able to ignore folders #93

Closed emmurphy1 closed 2 years ago

emmurphy1 commented 2 years ago

We need to be able to ignore specified folders.

I ran the splitter with -i doc-contnet and -i assemblies but the splitter did not ignore those folders. The result is in emmurphy1/splitter-test-target-2. Here is the command that I used: bin/asciidoc-splitter.sh: line 133: Clean: command not found [emmurphy@localhost splitter]$ bin/asciidoc-splitter.sh -sr git@github.com:emmurphy1/kie-docs.git -sb splitter-test-source -or git@github.com:emmurphy1/kie-docs.git -ob splitter-test-target-2 -i assemblies -i doc-content