Hi,
   I want to create a wrapped gogo command for another command, so how to
make gogo command runtime ignore parsing the command line and just pass all
the paramters directly ?
   e.g.
  @Argument(index = 0, name = "arguments", description = "The list
arguments", required = true, multiValued = true)
  private List<String> arguments;

  I found that if there is something like -dd in the inputs, karaf will
report "undefined option -dd".
  Thanks.
-- 
Ivan

Reply via email to