lethe-cli 0.8.0

Command-line interface for lethe; ships as the `lethe` binary.
1
2
3
4
5
6
7
8
9
10
11
12
//! Subcommand implementations for `lethe`.

pub mod config;
pub mod expand;
pub mod index;
pub mod migrate;
pub mod projects;
pub mod reset;
pub mod search;
pub mod status;
pub mod store_helpers;
pub mod tui;