5 个版本
新 0.2.3 | 2024年8月15日 |
---|---|
0.2.2 | 2024年7月22日 |
0.2.1 | 2023年2月21日 |
0.2.0 | 2023年2月21日 |
0.1.0 | 2022年5月15日 |
929 在 命令行工具
每月 132 次下载
5KB
关于
alpha-counter-cli 是一个命令行工具,使用 alpha-counter
库提供字母计数器,类似于用于编号附录。
它提供了 --kind
选项,可以使用大写和小写 ASCII 字母以及通过 --alphabet
选项的任何字母创建计数器。通过 --start
选项指定一个备用起点。在 100 次迭代后停止打印,或通过 --take
选项定义一个备用数字。
示例
$ alpha-counter -V
alpha-counter 0.2.3
$ alpha-counter -h
Alphabetic Counter (A, B, C, ..., X, Y, Z, AA, AB, AC, ...)
Usage: alpha-counter [OPTIONS]
Options:
-k, --kind <KIND> Kind (upper, lower) [default: upper]
-s, --start <START> Start [default: 0]
-t, --take <TAKE> Take [default: 100]
-a, --alphabet <ALPHABET> Custom alphabet
-h, --help Print help
-V, --version Print version
$ alpha-counter
A
B
C
...
CT
CU
CV
$ alpha-counter --kind lower
a
b
c
...
ct
cu
cv
$ alpha-counter --start 23 --take 6
X
Y
Z
AA
AB
AC
$ alpha-counter --alphabet abc --take 10
a
b
c
aa
ab
ac
ba
bb
bc
ca
依赖
~1.2–1.7MB
~33K SLoC