3 个不稳定版本
0.2.1 | 2024年1月25日 |
---|---|
0.2.0 | 2024年1月23日 |
0.1.0 | 2024年1月23日 |
0.0.1 |
|
#6 in #hidden
每月下载 33 次
24KB
549 行
syveon
解析 CLI 参数的一种非常简单的方法。
sylveon::parse! {
/// Display hidden files
all,
/// Increase output
verbose+,
/// List of files to ignore
ignore?,
/// List files
..path => { /* ... */ }
}
许可证
Apache-2.0
lib.rs
:
解析 CLI 参数的一种非常简单的方法。