Re: [Gambas-user] Question about gb.args

2012-11-28 Thread Bruce
On Thu, 2012-11-29 at 05:30 +0100, Willy Raets wrote: > I has a quick look at the documentation of gb.args. > > As I understand it gb.args is able to return version of an applicatiosn. > Like if I have a GUI Gambas app named MyApp in /usr/bin/ a MyApp > --version should return version of the insta

[Gambas-user] Question about gb.args

2012-11-28 Thread Willy Raets
I has a quick look at the documentation of gb.args. As I understand it gb.args is able to return version of an applicatiosn. Like if I have a GUI Gambas app named MyApp in /usr/bin/ a MyApp --version should return version of the installed application. Documentation says: Automatically handle --ve