Document bread init: api-schema, README CLI reference, hooks_shell note
Some checks failed
dev release / build (push) Failing after 1m47s
Some checks failed
dev release / build (push) Failing after 1m47s
Registers 'init' as a cli_command in api-schema.toml and adds its lines to README.md's CLI reference, keeping xtask check-docs clean. Also adds a note to hooks_shell.rs's module header explaining why the compositor case earns a consent-gated config edit that the shell-hook module deliberately avoids, so the two don't read as contradicting each other.
This commit is contained in:
parent
1fce1979c3
commit
c97029f654
3 changed files with 25 additions and 0 deletions
|
|
@ -608,3 +608,8 @@ since = "0.7"
|
|||
name = "doctor"
|
||||
kind = "cli_command"
|
||||
since = "0.7"
|
||||
|
||||
[[entry]]
|
||||
name = "init"
|
||||
kind = "cli_command"
|
||||
since = "0.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue