This repository was archived by the owner on Sep 13, 2023. It is now read-only.
Releases: killercup/waltz
Releases · killercup/waltz
waltz CLI 0.1.4
Changed
- Update dependencies
- Build binaries
waltz 0.4.1
Changed
- Update dependencies
waltz CLI 0.1.3
Changed
- Use waltz 0.4
- Support space separated code flags
- Switch to using quicli as CLI framework
waltz 0.4.0
Added
- Support space separated code block flags
- First draft of "Run" mode
Removed
- Error type no longer public
waltz CLI 0.1.2
- Rename binary to 'waltz', it was 'waltz_cli' by mistake after the last changes
waltz CLI 0.1.1
Multiple code blocks with the same path will now result in one file being created at that path the contains ALL the code.
waltz CLI 0.1.0
First release of the CLI tool, installable with cargo install waltz_cli
.
waltz 0.1.0
Pascal Hertleif <[email protected]>
Extract code blocks from Markdown and save them as files.
USAGE:
waltz_cli [FLAGS] [OPTIONS] <input_file>
FLAGS:
-h, --help Prints help information
-v Enable logging, use multiple `v`s to increase verbosity
-V, --version Prints version information
OPTIONS:
-o <target_dir> The target directory
ARGS:
<input_file> The input markdown file
waltz 0.3.0
Change to_file
to append to existing files
waltz 0.2.1
- Expose
waltz::Error
waltz 0.2.0
Rewrite the whole thing and expose it as a library. (CLI coming soon)