lsd/tests
Mikihiro SUDA da61909835
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
```
2023-01-12 13:35:51 +08:00
..
integration.rs Avoid using clap deprecated features (#787) 2023-01-12 13:35:51 +08:00