antmicro / tuttest

A simple Python utility for extracting documentation snippets from tutorials.
Apache License 2.0
13 stars 2 forks source link

Added possibility to filter snippets by language from CLI command #32

Closed glatosinski closed 1 year ago

glatosinski commented 1 year ago

This PR adds --language option allowing to filter code snippets in the file by language, e.g.:

tuttest --language bash README.md

will filter out all snippets with bash language.