aCLImatise / CliHelpParser

Reads the output from CLI help commands, and generates machine readable schemas (CWL etc)
https://aclimatise.github.io/CliHelpParser/
GNU General Public License v3.0
14 stars 5 forks source link

Support `man` pages #59

Closed multimeric closed 3 years ago

multimeric commented 4 years ago

Currently we only run commands directly with help flags. Support checking for man pages.

multimeric commented 4 years ago

This should be implemented as a man executor (like Docker). However we will have to push some of the explore functionality into the executors, since the concept of help flags doesn't make sense for a man page. The list of help flags will have to be provided in the __init__() of the executor now.