feat: add clap-test-3

This commit is contained in:
2025-08-03 16:33:52 +08:00
parent 6d7273c6a3
commit 814b5e9442
4 changed files with 430 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ Project or files:
│   └── zeroizing-alloc-demo
├── __args
│   ├── argh-test
│   ── clap-test
│   ── clap-test
│   └── clap-test-2
├── __bin
│   ├── goblin
│   └── object-demo
@@ -310,6 +311,6 @@ Project or files:
├── vec.rs
└── while.rs
282 directories, 38 files
283 directories, 38 files
```