chest-rs 0.2.0

A multiplatform CLI command organizer
Documentation
1
2
3
4
5
6
#[derive(sqlx::FromRow, Clone)]
pub struct ShellCommand {
    pub name: String,
    pub command_text: String,
    pub description: String,
}