1 个不稳定版本
0.2.0 | 2023年2月25日 |
---|
#25 in #guid
6KB
UUID生成器
简单的命令行 UUID 生成器(目前只生成 v4)
注意
该存储库由 LesnyRumcajs/uuid-generate 的分支维护
安装
cargo安装 uuid-generate2
用法
USAGE:
uuid-generate [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d <delimiter> Delimiter (if n > 1) [default: ,]
-n <uuid-count> Number of UUIDs to generate [default: 1]
示例
❯ uuid-generate
3cf40924-18f2-4c1d-be76-1c38810d93c8
❯ uuid-generate -n 2 -d '|'
25353496-39c5-4d8c-a0bf-89008c0719e0|afa2b724-0d55-4931-acbe-45ea0ff83708
依赖项
~4MB
~68K SLoC