MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / CommandRow

Interface CommandRow

apps/desktop/src/cli/help.ts:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80interface CommandRow {
81 /** Left column, e.g. `list <flags>` or `read <path>`. */
82 name: string
83 /** Right column primary description. */
84 description: string
85 /** Optional flag hint shown in muted text under the description,
86 * e.g. `--folder <f> --tag <t> --json`. */
87 flags?: string
88}
89
90const SECTIONS: Array<{ heading: string; rows: CommandRow[] }> = [
91 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected