Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Releases: killercup/waltz

waltz CLI 0.1.4

03 Oct 17:54
Compare
Choose a tag to compare

Changed

  • Update dependencies
  • Build binaries

waltz 0.4.1

03 Oct 17:56
Compare
Choose a tag to compare

Changed

  • Update dependencies

waltz CLI 0.1.3

03 Oct 16:05
Compare
Choose a tag to compare

Changed

  • Use waltz 0.4
    • Support space separated code flags
  • Switch to using quicli as CLI framework

waltz 0.4.0

03 Oct 16:06
Compare
Choose a tag to compare

Added

  • Support space separated code block flags
  • First draft of "Run" mode

Removed

  • Error type no longer public

waltz CLI 0.1.2

28 Jun 19:50
Compare
Choose a tag to compare
  • Rename binary to 'waltz', it was 'waltz_cli' by mistake after the last changes

waltz CLI 0.1.1

20 Mar 20:49
Compare
Choose a tag to compare

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

20 Mar 17:02
Compare
Choose a tag to compare

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

20 Mar 20:42
Compare
Choose a tag to compare

Change to_file to append to existing files

waltz 0.2.1

20 Mar 16:59
Compare
Choose a tag to compare
  • Expose waltz::Error

waltz 0.2.0

20 Mar 17:00
Compare
Choose a tag to compare

Rewrite the whole thing and expose it as a library. (CLI coming soon)