Skip to content

docs: fix ll-builder --exec syntax in conversion tools and lessons - #2014

Open
89799969 wants to merge 1 commit into
OpenAtom-Linyaps:masterfrom
89799969:docs/fix-ll-builder-exec-syntax
Open

89799969 wants to merge 1 commit into
OpenAtom-Linyaps:masterfrom
89799969:docs/fix-ll-builder-exec-syntax

Conversation

@89799969

Copy link
Copy Markdown
Contributor

Summary

Fix remaining ll-builder run --exec bash / ll-builder build --exec bash examples.

Neither ll-builder run nor ll-builder build has an --exec option. Both take a positional COMMAND... after -- (see apps/ll-builder/src/main.cpp and the official man pages). This applies the same correction as #2010 (FAQ) to the remaining pages.

Verification

  • apps/ll-builder/src/main.cpp: run/build define positional COMMAND, not --exec
  • Official man pages and debug.md already use ll-builder run -- bash / ll-builder build -- bash

Influence

  1. Docs only; no runtime behavior change.
  2. Conversion-tool and lesson readers get a working container-entry command.

AI disclosure

Prepared with AI assistance; contributor reviewed the final diff.

Several docs still tell users to enter the container with
'll-builder run --exec bash' or 'll-builder build --exec bash', but
neither subcommand has an --exec option. The correct syntax is a
positional COMMAND after '--' (as used in the debug guide and man pages).

This is the same fix as OpenAtom-Linyaps#2010 for FAQ, applied to the remaining pages:
ll-appimage-convert, ll-pica, ll-pica-flatpak, and the build-in-env lesson.

Verification:
- apps/ll-builder/src/main.cpp: run/build take positional COMMAND..., no --exec
- docs/pages/guide/reference/commands/ll-builder/run.md and build.md use 'll-builder run -- bash' / 'll-builder build -- bash'
- docs/pages/guide/debug/debug.md uses 'll-builder run -- bash'

Influence: docs only; no runtime behavior change.

AI disclosure: prepared with AI assistance; contributor reviewed the final diff.

Signed-off-by: halaxy <63827956+89799969@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant