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