Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokergoo/getoptlong
Parse command-line arguments and simple variable interpolation
https://github.com/jokergoo/getoptlong
Last synced: 24 days ago
JSON representation
Parse command-line arguments and simple variable interpolation
- Host: GitHub
- URL: https://github.com/jokergoo/getoptlong
- Owner: jokergoo
- License: other
- Created: 2013-10-08T19:43:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T09:28:39.000Z (about 2 years ago)
- Last Synced: 2024-01-30T15:06:48.150Z (9 months ago)
- Language: R
- Homepage: http://jokergoo.github.io/GetoptLong/
- Size: 893 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This R package is a wrapper of perl module `Getopt::Long`.
Basically, all Perl distributions contain `Getopt::Long` as a core module and
`JSON` module is already included in this package. So minimal requirement
for you to use this package is you should have Perl to be installed.