[ 原始碼: raku-getopt-long ]
套件:raku-getopt-long(0.4.2-1 以及其他的)
raku-getopt-long 的相關連結
Debian 的資源:
下載原始碼套件 raku-getopt-long:
- [raku-getopt-long_0.4.2-1.dsc]
- [raku-getopt-long_0.4.2.orig.tar.gz]
- [raku-getopt-long_0.4.2-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.