aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/termui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/termui.go b/commands/termui.go
index 19a1397a..2cdc3507 100644
--- a/commands/termui.go
+++ b/commands/termui.go
@@ -20,6 +20,7 @@ func runTermUI(cmd *cobra.Command, args []string) error {
var termUICmd = &cobra.Command{
Use: "termui",
+ Aliases: []string{"tui"},
Short: "Launch the terminal UI.",
PreRunE: loadRepoEnsureUser,
RunE: runTermUI,