文件名称:getopt:Erlang模块使用GNU getopt语法解析命令行参数
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-30 17:15:44
Erlang
Getopt for Erlang 命令行解析模块,其语法与GNU getopt相似。 要求 您只需要一个较新的Erlang / OTP版本。 该模块已经过从R13B到20的所有版本的Erlang的测试。 您还需要在系统路径中使用的最新版本。 安装 要编译模块,您只需运行rebar3 compile 。 要运行单元测试,请运行rebar3 eunit 。 要构建(非常)有限的文档,请运行rebar edoc 。 要在项目中使用getopt,您可以通过以下方式将其作为依赖项添加到rebar.config文件中: { deps , [ { getopt , " 1.0.2 " } ] } 用法 getopt模块提供四个功能: parse ([{ Name , Short , Long , ArgSpec , Help }], Args :: string () | [ s
【文件预览】:
getopt-master
----.travis.yml(111B)
----rebar.lock(4B)
----Emakefile(183B)
----test()
--------getopt_test.erl(24KB)
----rebar.config(922B)
----src()
--------getopt.app.src(387B)
--------getopt.erl(44KB)
----doc()
--------.gitignore(2B)
----examples()
--------getopt_long_help.escript(3KB)
--------ex1.erl(2KB)
--------rebar_test.escript(2KB)
--------ex1.escript(2KB)
--------rebar_test.erl(2KB)
----ebin()
--------.gitignore(2B)
----.gitignore(8B)
----Makefile(242B)
----README.md(14KB)
----LICENSE.txt(1KB)