simple_opts.sh:简单的 Bash 选项解析器

时间:2024-08-01 20:00:36
【文件属性】:

文件名称:simple_opts.sh:简单的 Bash 选项解析器

文件大小:5KB

文件格式:ZIP

更新时间:2024-08-01 20:00:36

Shell

simple_opts.sh 简单的 Bash 选项解析器,没有废话。 # define some options opt --file-name= -f opt --no-prompt # now defaults to prompt=true opt --verbose -v # or on one line: opt --file-name= -f --verbose -v --no-prompt # run the parser opt_parse --file-name path/to/file.sh -v --no-prompt foo bar # or: parse foo bar --file-name=path/to/file.sh -v --no-prompt # or: parse foo --file_name path/to/file.sh bar -v -


【文件预览】:
simple_opts.sh-master
----.travis.yml(111B)
----LICENSE(1KB)
----shpec()
--------shpec_helper.sh(128B)
--------simple_opts_shpec.sh(6KB)
----lib()
--------simple_opts.sh(3KB)
----README.md(1KB)

网友评论