cqfn / aibolit

Static Analyzer for Java Code with Machine Learning in Mind
https://pypi.org/project/aibolit/
51 stars 17 forks source link

--suppress and --exclude options are not documented #608

Closed yegor256 closed 4 years ago

yegor256 commented 4 years ago

This is what I see:

$ 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 ...]

Would be great to document them.