On Tue, 25 Mar 2014 12:54:24 +0900 YAMAMOTO Takashi <[email protected]> wrote:
> the name 'run' was inspired from trema. > > Signed-off-by: YAMAMOTO Takashi <[email protected]> > --- > ryu/cmd/ryu_base.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ryu/cmd/ryu_base.py b/ryu/cmd/ryu_base.py > index 467da7b..9ea75c2 100644 > --- a/ryu/cmd/ryu_base.py > +++ b/ryu/cmd/ryu_base.py > @@ -25,7 +25,7 @@ import sys > > > subcommands = { > - 'manager': 'ryu.cmd.manager', > + 'run': 'ryu.cmd.manager', > 'of-config-cli': 'ryu.cmd.of_config_cli', > 'rpc-cli': 'ryu.cmd.rpc_cli', > } How can I start an application? fujita-air:ryu fujita$ ryu run ryu/app/simple_switch_13.py usage: ryu [-h] [--version] [--config-file PATH] [--config-dir DIR] ... [subcommand] Also please fold this into 5th patch. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
