cmd: adc: Use the sub-command infrastructure
authorBoris Brezillon <boris.brezillon@bootlin.com>
Mon, 3 Dec 2018 21:54:23 +0000 (22:54 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Jan 2019 20:28:54 +0000 (15:28 -0500)
commit9652cfd9ee5679b72f28d581d7d48916f8031937
treee848cce7ce260c4ffe900be7bf610fefc3b03b11
parent9671243e8d10defb06f2ea24fac138c87697d7fc
cmd: adc: Use the sub-command infrastructure

And you get sub-command auto-completion for free.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/adc.c