[Gambas-user] Scripter Add --fromProject to scripter that will convert a project to a script

Benoît Minisini g4mba5 at gmail.com
Thu Mar 4 00:51:17 CET 2021


Le 04/03/2021 à 00:36, Brian G a écrit :
> Is anyone interested in having a command line parameter that will allow 
> to create a script from a project?
> 
> gbs3 --FromProject ~/MyProjectIn ~/MyScriptOut
> 
> --FromProject having the project directory as input and script path as 
> output
> 
> "Failure is the key to success;
>   each mistake teaches us something"  .. Morihei Ueshiba
> Brian G
> 
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
> 

I suggest that you respect the standard Unix option naming by using 
lowercase (except for single character options):

gbs3 --from-project ...

Regards,

-- 
Benoît Minisini


More information about the User mailing list