Skip to content

v0.1.1-alpha

Pre-release
Pre-release

Choose a tag to compare

@tom-devv tom-devv released this 21 May 10:20
· 34 commits to main since this 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