antmicro / tuttest

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

Add wildcard support for snippet names #26

Closed fkokosinski closed 3 years ago

fkokosinski commented 3 years ago

For example, you can select all snippets with names that start with my-example with:

tuttest README.rst 'my-example*'

Standard shell-style wildcards are supported: *, ?, [abc], [!abc].