rvesse / airline

Java annotation-based framework for parsing Git like command line structures with deep extensibility
https://rvesse.github.io/airline/
Apache License 2.0
128 stars 20 forks source link

Multi-page help generators need to allow specifying output directory #46

Closed rvesse closed 8 years ago

rvesse commented 8 years ago

Currently multi-page generators create new files in the current working directory which may not be the desired behaviour

It should be fairly easily to add a File parameter that specifies the desired base directory for output files

rvesse commented 8 years ago

Fixed on maven-plugin branch and will be merged when #45 is completed