Skip to content

Releases: tom-devv/setu-cli

v0.1.6

23 May 20:44

Choose a tag to compare

What's Changed

  • feat: allow single files as paths by @tom-devv in #5
  • feat: cli arg to view all checks by @tom-devv in #6
  • fix: link classification, including invalid links by @tom-devv in #7

Full Changelog: v0.1.5...v0.1.6

v0.1.5

23 May 14:11

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.5

v0.1.3

21 May 18:48

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.1-alpha

21 May 10:20

Choose a tag to compare

v0.1.1-alpha Pre-release
Pre-release

Full Changelog: https://github.com/tom-devv/Setu/commits/v0.1.1-alpha

Initial Release of Setu the markdown link checker for CommonMark

Usage:

Usage: setu [OPTIONS] [TARGET_PATH]

Arguments:
  [TARGET_PATH]  [default: .]

Options:
  -s, --strict
  -h, --help     Print help
  -V, --version  Print version

Examples:

Use setu to scan the current directory in strict mode
./setu -s

To scan a different directory type its path:
./setu ./docs

Output:

image