linkmarks-cli 2.2.0

Command-line interface for LinkMarks with deterministic subcommands, structured output formats, and shell completions.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Subcommand modules.

pub mod completions;
pub mod dedupe;
pub mod export;
pub mod import;
pub mod init;
pub mod list;
pub mod sync;
pub mod tui;