Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information