[erlang-questions] Erlang executable that reads command line arguments

Éric Pailleau eric.pailleau@REDACTED
Sun Oct 11 10:07:52 CEST 2015


Hello, 
And Gnu getopt like module :

https://github.com/jcomellas/getopt

Regards

Le 11 oct. 2015 07:46, Frederic BONFANTI <frederic.bonfanti@REDACTED> a écrit :
>
> Hi guys,
>
> given a simple Erlang code that consists in one file, let’s say test123.erl , I’d like to
>
> 1. use a Makefile to compile test123.erl into test.beam and then generate a distributable version of test123 (executable)
>
> 2. figure-out how to parse the command line arguments once this test command is called from regular shell, for example:
>
> test123 -A -x 555
>
> If there are straightforward examples available, that will do.
>
> Thanks in advance
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions


More information about the erlang-questions mailing list