[ 源代码: raku-getopt-long ]
软件包:raku-getopt-long(0.3.5-1 以及其他的)
raku-getopt-long 的相关链接
Debian 的资源:
下载源码包 raku-getopt-long:
- [raku-getopt-long_0.3.5-1.dsc]
- [raku-getopt-long_0.3.5.orig.tar.gz]
- [raku-getopt-long_0.3.5-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Getopt implementation for Raku
Getopt::Long Raku/Perl6 module implements extended getopt functions called get- options() and get-options-from, as well as automatic argument parsing for a MAIN sub.
This function adheres to the POSIX syntax for command line options, with GNU extensions. In general, this means that options have long names instead of single letters, and are introduced with a double dash "--". Support for bundling of command line options, as was the case with the more traditional single-letter approach, is also provided.