issues
search
sean0x42
/
markdown-extract
Extract sections of a markdown file. Useful for automatically extracting changelogs
https://hub.docker.com/r/sean0x42/markdown-extract
MIT License
31
stars
7
forks
source link
Resolve build issues and log errors to `stderr`
#24
Closed
sean0x42
closed
1 month ago
sean0x42
commented
1 month ago
What's changing?
Migrates to clap (over structopt which is
now in maintenance mode
)
Breaks the project into separate crates for the lib vs. the CLI. This allows library developers to consume markdown-extract without pulling in CLI related depencies (like clap)
See also
Fixes #20
Fixes #23
Checklist
(For maintainers)
[x] Published to crates.io
[x] Published to Docker Hub
[x] Release created on GitHub
What's changing?
See also
Checklist
(For maintainers)