fix(ui): emphasize equal worth of frontends
This commit is contained in:
parent
d756afbc06
commit
1db1b81b17
|
@ -40,7 +40,7 @@ pub struct Args {
|
||||||
}
|
}
|
||||||
#[derive(Subcommand, Debug)]
|
#[derive(Subcommand, Debug)]
|
||||||
pub enum Command {
|
pub enum Command {
|
||||||
/// Starts the main TUI client
|
/// Starts a TUI client
|
||||||
Tui {},
|
Tui {},
|
||||||
|
|
||||||
/// Starts a repl to the trinitry cli interpreter
|
/// Starts a repl to the trinitry cli interpreter
|
||||||
|
|
Reference in New Issue