yduchesne / sapia

Automatically exported from code.google.com/p/sapia
0 stars 0 forks source link

coruscli -c "conf ls -p" fails with missing arg #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  $ coruscli -c "conf ls -p" 

What is the expected output? 
1.  Expect to see configuration of local node from within corus

What do you see instead?
1.  Trace below:
org.sapia.console.InputException: Missing argument; expecting one of: add | del 
| ls
         at org.sapia.corus.client.cli.command.Conf.doExecute(Conf.java:98)
         at org.sapia.corus.client.cli.command.CorusCliCommand.execute(CorusCliCommand.java:49)
         at org.sapia.corus.client.cli.Interpreter.eval(Interpreter.java:129)
         at org.sapia.corus.client.cli.CorusCli.main(CorusCli.java:146)

What version of the product are you using? On what operating system?
4.1

Please provide any additional information below.
Yanick aware.

Original issue reported on code.google.com by c...@maxnet.eu.org on 6 Mar 2014 at 2:49

GoogleCodeExporter commented 9 years ago
Now fixed in 4.1.3

Original comment by yanickdu...@gmail.com on 11 Apr 2014 at 12:16