Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions cmd/entire/cli/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ func runStatus(ctx context.Context, w io.Writer, detailed bool) error {
return fmt.Errorf("failed to load settings: %w", err)
}

fmt.Fprintln(w)
fmt.Fprintln(w)
fmt.Fprintln(w, formatSettingsStatusShort(ctx, s, sty))
if s.Enabled {
writeActiveSessions(ctx, w, sty)
Expand All @@ -102,8 +100,6 @@ func runStatusDetailed(ctx context.Context, w io.Writer, sty statusStyles, setti
if err != nil {
return fmt.Errorf("failed to load settings: %w", err)
}
fmt.Fprintln(w)
fmt.Fprintln(w)
fmt.Fprintln(w, formatSettingsStatusShort(ctx, effectiveSettings, sty))
fmt.Fprintln(w) // blank line

Expand Down
Loading