mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
9 lines
274 B
YAML
9 lines
274 B
YAML
name: clapregextest
|
|
version: "1.0"
|
|
about: tests clap regex functionality
|
|
author: Benjamin Kästner <benjamin.kaestner@gmail.com>
|
|
args:
|
|
- filter:
|
|
index: 1
|
|
validator_regex: ["^*\\.[a-z]+$", expected extension pattern]
|
|
about: file extension pattern
|