Re: [Ryu-devel] Command line arguments to Ryu application scripts..

2013-04-29 Thread Isaku Yamahata
On Mon, Apr 29, 2013 at 07:09:38PM +0530, nitish nagesh wrote: > Hello, > > Need some help here. I am new to using Ryu as well as python. > > I have written a simple controller application where in i would want to be > able to read command line arguments into my application. If my app wou

[Ryu-devel] Command line arguments to Ryu application scripts..

2013-04-29 Thread nitish nagesh
Hello, Need some help here. I am new to using Ryu as well as python. I have written a simple controller application where in i would want to be able to read command line arguments into my application. If my app would look something like this: *class MyApp(app_manager.RyuApp): def __