Skip to content

Commit 84439bd

Browse files
committed
feat: add edit hint to openboot list footer
1 parent b536bc1 commit 84439bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cli/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func runList() error {
8787

8888
fmt.Println()
8989
ui.Muted(fmt.Sprintf(
90-
"Install: openboot -u %s/<slug> • Delete: openboot delete <slug>",
90+
"Install: openboot -u %s/<slug> • Edit: openboot edit --slug <slug> • Delete: openboot delete <slug>",
9191
stored.Username,
9292
))
9393
fmt.Println()

0 commit comments

Comments
 (0)