$ aibolit check --help
Version 1.2.6rc1 is available, but you are using 1.2.5
usage: aibolit check < --folder | --filenames > [--model] [--threshold] [--full] [--format]
Get recommendations for Java code
optional arguments:
-h, --help show this help message and exit
--folder FOLDER path to Java files
--filenames [FILENAMES [FILENAMES ...]]
list of Java files
--model MODEL file where pretrained model is located, the default
path is located in site-packages and is installed with
aibolit automatically
--threshold THRESHOLD
threshold for predict
--full show all recommendations instead of the best one
--format FORMAT compact (by default), long or xml. Usage: --format=xml
--suppress SUPPRESS
--exclude EXCLUDE [EXCLUDE ...]
This is what I see:
Would be great to document them.