For easier configuration of checkers there should be a help. ``` sh ./walker help FileExistsChecker ``` Checkers should define their options like the [Python argparse](http://docs.python.org/dev/library/argparse.html) module. Help should be generated from the information defined there.
For easier configuration of checkers there should be a help.
./walker help FileExistsCheckerCheckers should define their options like the Python argparse module. Help should be generated from the information defined there.