talon-cli 0.4.1

Talon CLI: hybrid retrieval over Obsidian vaults and markdown corpora, with grounded answers, MCP server, and agent-native output.
Documentation
1
2
3
4
5
6
7
8
//! Arguments for `talon init`.

use clap::Args;

/// Arguments for the `init` subcommand.
#[derive(Debug, Clone, Args)]
#[command(about = "Initialize a new talon configuration file.")]
pub struct InitArgs {}