Hi I would like to create a karaf command that can have a single argument with space like
my:command this is my single argument with spaces
karaf turns it into
my:command this
The work around is
my: command 'this is my single argument with spaces'
Would it possible to to do this without surrounding single quotes?
Huge thanks ahead
-Dan
