Aurélien Nephtali abbf607105 MEDIUM: cli: Add payload support
In order to use arbitrary data in the CLI (multiple lines or group of words
that must be considered as a whole, for example), it is now possible to add a
payload to the commands. To do so, the first line needs to end with a special
pattern: <<\n. Everything that follows will be left untouched by the CLI parser
and will be passed to the commands parsers.

Per-command support will need to be added to take advantage of this
feature.

Signed-off-by: Aurélien Nephtali <aurelien.nephtali@corp.ovh.com>
2018-04-26 14:19:33 +02:00
..
2018-04-26 14:19:33 +02:00
2018-01-25 22:25:40 +01:00
2017-11-29 10:54:05 +01:00
2018-04-26 14:19:33 +02:00
2009-01-25 13:49:53 +01:00
2018-03-21 05:04:01 +01:00