Expand description
Command implementations.
Each Command variant in cli.rs calls one of these. Currently
implemented: apply, init, doctor. The rest are todo!().
Functions§
- absorb
- Manually absorb a single target file back into source.
- apply
- doctor
- gc_
backup - hooks_
list yui hooks list— show every configured hook + its last-run state.- hooks_
run yui hooks run [<name>] [--force]— run a single hook (or every hook) on demand.--forcebypasses thewhen_runstate check; thewhenfilter (yui.os == 'macos'etc.) is always honored.- init
- link
- list
- Show the resolved src→dst mappings for the current source repo.
- render
- status
- Show every src→dst pair’s drift state against the current host.
- unlink