emacs.d/clones/lisp/www.cliki.net/command-line options parser.html

97 lines
5 KiB
HTML
Raw Normal View History

2022-10-07 15:47:14 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: command-line options parser</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
href="https://www.cliki.net/site/feed/article.atom?title=command-line%20options%20parser">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - command-line options parser</span>
<div id="content"><div id="content-area"><div id="article-title">command-line options parser</div><div id="article">Here is a list of command-line options parsing libraries. Those libraries are useful for creating standalone Lisp programs.<p><ul>
<li>
<a href="adopt.html" class="internal">adopt</a> -
<a href="https://hg.stevelosh.com/adopt/">adopt</a> is a damn option parsing library
</li>
<li>
<a href="adopt-subcommands.html" class="internal">adopt-subcommands</a> -
Extend the <a href="Adopt.html" class="category">Adopt</a> command line processing library to handle nested subcommands
</li>
<li>
<a href="Apply-argv.html" class="internal">Apply-argv</a> -
Apply-argv is a lightweight command-line options parser library
</li>
<li>
<a href="argparse.html" class="internal">argparse</a> -
simple argument parser library for common lisp
</li>
<li>
<a href="Clon.html" class="internal">Clon</a> -
There are three packages by the name of CLON, although the third one doesn't actually introduce any conflict because the package is named <a href="https://github.com/didierverna/clon/blob/master/net.didierverna.clon.asd">net.didierverna.clon</a>
</li>
<li>
<a href="command-line-arguments.html" class="internal">command-line-arguments</a> -
command-line-arguments is a library to parse arguments from the shell command-line
</li>
<li>
<a href="getopt.html" class="internal">getopt</a> -
getopt is a library for processing command-line arguments
</li>
<li>
<a href="lisp-gflags.html" class="internal">lisp-gflags</a> -
<a href="https://github.com/brown/lisp-gflags">Lisp GFlags</a> is a Common Lisp implementation of gflags, Google's command line
</li>
<li>
<a href="optparser.html" class="internal">optparser</a> -
<a href="http://web.archive.org/web/20170920102126/http://fraggod.net/prj/lisp_optparser/">optparser</a> is a Unix <a href="command-line&#32;options&#32;parser.html" class="category">command-line options parser</a> for simple shell scripts, geared towards ease-of-use and unambiguity
</li>
<li>
<a href="unix-options.html" class="internal">unix-options</a> -
unix-options is a library for processing <a href="Unix.html" class="category">Unix</a>-style command-line arguments
</li>
<li>
<a href="unix-opts.html" class="internal">unix-opts</a> -
This is a minimalistic parser of command line options
</li>
</ul>
</div></div>
<div id="footer" class="buttonbar"><ul><li><a href="command-line&#32;options&#32;parser.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=command-line%20options%20parser">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=command-line%20options%20parser">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=command-line%20options%20parser&amp;from-revision=3494065639">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
</div>
<div id="header-buttons" class="buttonbar">
<ul>
<li><a href="https://www.cliki.net/">Home</a></li>
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
<li><a href="CLiki.html">About</a></li>
<li><a href="Text&#32;Formatting.html">Text Formatting</a></li>
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
</ul>
<div id="search">
<form action="https://www.cliki.net/site/search">
<label for="search_query" class="hidden">Search CLiki</label>
<input type="text" name="query" id="search_query" value="" />
<input type="submit" value="search" />
</form>
</div>
</div>
<div id="pageheader">
<div id="header">
<span id="logo">CLiki</span>
<span id="slogan">the common lisp wiki</span>
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
<label for="login_name" class="hidden">Account name</label>
<input type="text" name="name" id="login_name" class="login_input" />
<label for= "login_password" class="hidden">Password</label>
<input type="password" name="password" id="login_password" class="login_input" />
<input type="submit" name="login" value="login" id="login_submit" /><br />
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
</form>
</div>
</div>
</div>
</body></html>