mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
-
released this
2024-01-07 14:23:35 +03:00 | 130 commits to master since this release📅 Originally published on GitHub: Tue, 09 Jan 2024 23:07:43 GMT
🏷️ Git tag created: Sun, 07 Jan 2024 11:23:35 GMTMigrated to clap4. Command line flags must appear before arguments:
- Good: /dust -X debug target
- Bad: . /dust target -X debug
Bars on right by default (change with new Flag -B)
Add flag -S (for Custom Stack size) - incase dust crashes with memory allocation error.
Add flat -I (--ignore-all-in-file) - Ignore all regexs in this file.
Clearer errors on file not found.
Downloads