0.1.4
Release notes
Updates
- Updated
ruff
to0.9.9
- Simplified CLI command structure:
snakeoil [PATH] # Works with both files and directories
Breaking changes
- Removed separate commands
snakeoil file
andsnakeoil 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