parse: add support for soft deprecated options
authorJens Axboe <axboe@kernel.dk>
Wed, 18 Apr 2018 03:49:51 +0000 (21:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Apr 2018 03:49:51 +0000 (21:49 -0600)
commitc47537ee91cd4f73e575c371c28ca2ac6babd2c1
tree6f52a3b5d6c9a1752829666afc98e0f5929e04bf
parenta2e313142546aa5cb95ba7cb3708b7e06f58518c
parse: add support for soft deprecated options

The currently deprecated option types will fail parsing. But we
can also have options where we don't care, log an error for those
but continue executing the job.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
parse.c
parse.h