Skip to main content

Module cli

Module cli 

Source
Expand description

CLI argument parsing via clap derive.

Re-exports§

pub use scope::SharedScopeArgs;

Modules§

scope
Shared --scope / --scope-only / --scope-all flags for query commands.

Structs§

AskArgs
Arguments for the ask subcommand.
ChangesArgs
Arguments for the changes subcommand.
Cli
Talon — Obsidian vault search, indexing, and MCP server.
InitArgs
Arguments for the init subcommand.
InspectArgs
Arguments for the inspect subcommand.
MetaArgs
Arguments for the meta subcommand.
ReadArgs
Arguments for the read subcommand.
RecallArgs
Arguments for the recall subcommand.
RelatedArgs
Arguments for the related subcommand.
SearchArgs
Arguments for the search subcommand.
SecretsArgs
SharedSearchArgs
Search-related flags shared by search and ask.
StatusArgs
Arguments for the status subcommand.
SyncArgs
Arguments for the sync subcommand.

Enums§

CliSearchMode
Search mode variant for clap derive.
Commands
InspectCheck
Inspect check type (clap derive wrapper).

Functions§

parse_or_exit
Parses CLI args or exits on error.
parse_where_clause
Parses a --where string into a WhereClause.