]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: Add new cli command
authorFrancis Laniel <francis.laniel@amarulasolutions.com>
Fri, 22 Dec 2023 21:02:31 +0000 (22:02 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 28 Dec 2023 17:02:56 +0000 (12:02 -0500)
commit6bb39f5d16e8531eeca8237454cc528aa54c9e81
tree1f3eacc199ccf7dff72b21750b5ec6213d907b4a
parent603a814a3358eccdb8955bc228f9180173575083
cmd: Add new cli command

This command can be used to print the current parser with 'cli get'.
It can also be used to set the current parser with 'cli set'.
For the moment, only one value is valid for set: old.

Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
cmd/Makefile
cmd/cli.c [new file with mode: 0644]
common/cli.c
doc/usage/cmd/cli.rst [new file with mode: 0644]
doc/usage/index.rst