aboutsummaryrefslogtreecommitdiff
path: root/doc/usage/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-08-14 16:40:31 -0600
committerTom Rini <trini@konsulko.com>2023-08-25 13:54:33 -0400
commitd65ccbb60138a34dfec583397666ceddab85e16d (patch)
tree27d0deee2ee0a34d9c371fd1b83bb44731a34e0b /doc/usage/cmd
parent2045ca5c1f51d054579d0886184b6f245b8a134e (diff)
doc: Expand documentation for the cedit command
Add a little information about each subcommand. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/usage/cmd')
-rw-r--r--doc/usage/cmd/cedit.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/usage/cmd/cedit.rst b/doc/usage/cmd/cedit.rst
index 3d815bd27a..d34a220797 100644
--- a/doc/usage/cmd/cedit.rst
+++ b/doc/usage/cmd/cedit.rst
@@ -24,6 +24,21 @@ The description is in the form of a devicetree file, as documented at
See :doc:`../../develop/cedit` for information about the configuration editor.
+cedit load
+~~~~~~~~~~
+
+Loads a configuration-editor description from a file. It creates a new cedit
+structure ready for use. Initially no settings are read, so default values are
+used for each object.
+
+cedit run
+~~~~~~~~~
+
+Runs the default configuration-editor event loop. This is very simple, just
+accepting character input and moving through the objects under user control.
+The implementation is at `cedit_run()`.
+
+
Example
-------