Closed non closed 1 year ago
This code uses the new .Console/type register to make parsing command-line arguments a lot easier.
.Console/type
In particular it allows authors to validate the number of arguments they receive (as well as the string values of those arguments) all in one place.
It also includes a simple demo program showing how to use the library.
This code uses the new
.Console/type
register to make parsing command-line arguments a lot easier.In particular it allows authors to validate the number of arguments they receive (as well as the string values of those arguments) all in one place.
It also includes a simple demo program showing how to use the library.