rtlibs-tui 0.1.4

rtools library: ratatui widgets
Documentation
1
2
3
4
5
6
use clap::Command;

pub trait AppCommanderCommand
{
    fn command(&self) -> Command;
}