Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

getopt: Add getopt script library. #4178

Merged
merged 2 commits into from Jun 28, 2016

Conversation

peter-b
Copy link
Contributor

@peter-b peter-b commented Jun 17, 2016

Add a new script library that provides a single function, GetOpt().
This function provides the ability to parse UNIX-style command-line
arguments. Both long (--help) and short (-h) options are
supported, as are grouped short options, and options that take
arguments.

This will be used for development tooling, e.g. test frameworks.

Add a new script library that provides a single function, `GetOpt()`.
This function provides the ability to parse UNIX-style command-line
arguments.  Both long (`--help`) and short (`-h`) options are
supported, as are grouped short options, and options that take
arguments.
@montegoulding
Copy link
Member

@livecode-vulcan review ok f09f1ae

@livecode-vulcan
Copy link
Contributor

💙 review by @montegoulding ok f09f1ae

livecode-vulcan added a commit that referenced this pull request Jun 28, 2016
getopt: Add getopt script library.

Add a new script library that provides a single function, `GetOpt()`.
This function provides the ability to parse UNIX-style command-line
arguments.  Both long (`--help`) and short (`-h`) options are
supported, as are grouped short options, and options that take
arguments.

This will be used for development tooling, e.g. test frameworks.
@livecode-vulcan
Copy link
Contributor

😎 test success f09f1ae

@montegoulding montegoulding merged commit 13f130a into livecode:develop Jun 28, 2016
@peter-b peter-b deleted the feature-getoptlib branch June 30, 2016 06:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants