likeawizard / polyglot-composer

A library to compose polyglot opening books from PGN game collections
GNU General Public License v3.0
5 stars 0 forks source link

Depth CLI parameter #9

Closed likeawizard closed 1 year ago

likeawizard commented 1 year ago

Introduce a CLI parameter for depth -d <depth> Set a default value for depth if CLI flag is missing.

Depth can be set as a global or it can passed to the function https://github.com/likeawizard/polyglot-composer/blob/master/pkg/pgn/parser.go#L137