Re: [PATCH 05/15] doc: sandbox: Add docs for the sb command

2024-11-03 Thread Heinrich Schuchardt
On 10/28/24 13:47, Simon Glass wrote: This command has a few small features, so document it. Signed-off-by: Simon Glass --- doc/usage/cmd/sb.rst | 54 doc/usage/index.rst | 1 + 2 files changed, 55 insertions(+) create mode 100644 doc/usage/

[PATCH 05/15] doc: sandbox: Add docs for the sb command

2024-10-28 Thread Simon Glass
This command has a few small features, so document it. Signed-off-by: Simon Glass --- doc/usage/cmd/sb.rst | 54 doc/usage/index.rst | 1 + 2 files changed, 55 insertions(+) create mode 100644 doc/usage/cmd/sb.rst diff --git a/doc/usage/cmd/sb.rs