New Features
- Add environment variable support for all global arguments
DUA_THREADS→--threadsDUA_FORMAT→--formatDUA_APPARENT_SIZE→--apparent-sizeDUA_COUNT_HARD_LINKS→--count-hard-linksDUA_STAY_ON_FILESYSTEM→--stay-on-filesystemDUA_IGNORE_DIRS→--ignore-dirsDUA_LOG_FILE→--log-file
- Mark shared arguments as global for general accessibility
- Added
global = trueto all arguments shared between aggregate and interactive subcommands - Removed duplicate
inputfields from Interactive and Aggregate subcommands - Updated main.rs to use opt.input instead of subcommand-specific input
- Global arguments now work with both subcommands and can be specified before or after the subcommand
- Added
Commit Statistics
- 10 commits contributed to the release over the course of 64 calendar days.
- 69 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #309 from Byron/copilot/add-env-support-global-arguments (72f149c)
- Add environment variable support for all global arguments (85c7c72)
- Merge pull request #307 from Byron/copilot/mark-global-arguments-in-clap (a2973a6)
- Mark shared arguments as global for general accessibility (2f720cf)
- Merge pull request #300 from drkane/drkane-patch-1 (8570c15)
- Add winget instructions to readme - fixes issue #282 (ec159b6)
- Merge pull request #298 from Byron/updates (4bb7ebd)
- Cargo update (1a38653)
- Cargo fmt (38d985e)
- Upgrade the rustc version and switch to edition 2024 (ccd0b74)