Skip to content

0.1.4

Compare
Choose a tag to compare
@JakobKlotz JakobKlotz released this 06 Mar 15:30
· 7 commits to main since this release

Release notes

Updates

  • Updated ruff to 0.9.9
  • Simplified CLI command structure:
  snakeoil [PATH]  # Works with both files and directories

Breaking changes

  • Removed separate commands snakeoil file and snakeoil directory
  • Both functionalities are now combined in the main snakeoil command

The CLI usage should now (hopefully!) be a bit more intuitive, since it is not split into two separate commands. 🚀

Usage examples

# Format a single file
snakeoil path/to/file.md

# Format all files in a directory
snakeoil path/to/directory