Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 876 Bytes

File metadata and controls

24 lines (19 loc) · 876 Bytes
command list
summary Selection-style commands that walk the workspace and emit matches.

mdsmith list

Parent for the selection-style subcommands. Each child walks every workspace Markdown file (filtered by .mdsmith.yml files: / ignore:) and emits matches in its own shape; the parent itself is just a router.

mdsmith list <subcommand> [flags] [args]

Subcommands

Subcommand Description
query Select files by a CUE expression on front matter.
backlinks List incoming links that point at a target file (or anchor).

Run mdsmith list <subcommand> --help for per-command flags, exit codes, and worked examples.