pillar icon indicating copy to clipboard operation
pillar copied to clipboard

We should improve the command line description

Open Ducasse opened this issue 6 years ago • 0 comments

./build/pillar kjl Invalid arguments: "kjl --baseDirectory=/var/tmp/pillar"

illar is a system to produce documents (latex, html, markdown....) from a wiki like syntax named pillar. More information in deepintopharo books http://books.pharo.org and development on https://github.com/pillar-markup/pillar

Usage: A typical example is

./pharo-ui Pillar.image pillar export --to="latex" Chapters/Chapter1/chapter1.pillar
./pharo-ui Pillar.image pillar --help

Main command is pillar Then subcommand with their options are export --to=<FORMAT> export the file to the FORMAT --outputDirectory=<DIR> export file to the specified DIR --baseDirectory=<DIR> archetype --template=<ArchetypeName> load the archetype fileDependencies printout return dependencies to other files of this file imageDependencies printout dependencies to images of this file Command line handler failed

Ducasse avatar Sep 06 '19 15:09 Ducasse