Skip to content

Commit da61909

Browse files
authored
Avoid using clap deprecated features (#787)
The PR will fix #786 . In order to minimize future security risks and maintain ease of use, it is recommended to avoid using deprecated features of clap. I have refactored the code so that no warning appears when the following command is executed: ```sh cargo check --features clap/deprecated ```
1 parent f22ad5b commit da61909

24 files changed

+339
-302
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
based on the file extension: `exe`, `msi`, `bat` and `ps1`.
2222
[`LS_COLORS`](README.md#Colors) can be used to customize.
2323
- Handle dereference (-L) with broken symlink from [r3dArch](https://github.com/r3dArch)
24+
- Avoid using Clap's deprecated structs and functions [sudame](https://github.com/sudame)
2425

2526
## [0.23.1] - 2022-09-13
2627

0 commit comments

Comments
 (0)