Skip to content

Commit

Permalink
Avoid using clap deprecated features (#787)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
sudame authored Jan 12, 2023
1 parent f22ad5b commit da61909
Show file tree
Hide file tree
Showing 24 changed files with 339 additions and 302 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
based on the file extension: `exe`, `msi`, `bat` and `ps1`.
[`LS_COLORS`](README.md#Colors) can be used to customize.
- Handle dereference (-L) with broken symlink from [r3dArch](https://github.com/r3dArch)
- Avoid using Clap's deprecated structs and functions [sudame](https://github.com/sudame)

## [0.23.1] - 2022-09-13

Expand Down
Loading

0 comments on commit da61909

Please sign in to comment.