Skip to content

Commit

Permalink
[cqfn#201] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbao01 committed Aug 23, 2022
1 parent ef3219c commit a39c6ca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,16 @@ pdd --include=src/**/* # include all files in src/

`` --model ``

Opt-in to use inbuilt ML model to prioritize puzzles found in code.
The `--model` flag used by [0pdd](https://github.com/yegor256/0pdd#readme) to opt-in to use ML model which prioritizes puzzles generated by `pdd`. Therefore, this flag is only a marker for the [0pdd](https://github.com/yegor256/0pdd#readme) service. If you use 0pdd and you want to opt-in to puzzle prioritization, then add this flag to your `.pdd` config file in your project.
```bash
# ~/.pdd config file
--model
```

You can also use the [pdd gem](https://rubygems.org/gems/pdd) directly;
```bash
pdd --model
pdd -m
pdd -m
```

## How to Format?
Expand Down

0 comments on commit a39c6ca

Please sign in to comment.