diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-27 06:55:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-27 06:55:27 +0200 |
| commit | e2c600f6d80785c0d41853ae1fd6701c2f63db17 (patch) | |
| tree | 7ebf7d7132874ece0801b4161eb9cf8f30dc2c64 /internal/askcli/command_list.go | |
| parent | f19a4740992f3fd5f6d2f8b13850c9eb637f6a76 (diff) | |
fix ask description width 84f1af4e-be84-4265-9df2-8f6932059913
Diffstat (limited to 'internal/askcli/command_list.go')
| -rw-r--r-- | internal/askcli/command_list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/askcli/command_list.go b/internal/askcli/command_list.go index c95707e..2e5dfa2 100644 --- a/internal/askcli/command_list.go +++ b/internal/askcli/command_list.go @@ -66,7 +66,7 @@ func (d Dispatcher) handleListWithFilters(ctx context.Context, initialFilters, e fmt.Fprintf(stderr, "error: failed to load task aliases: %v\n", err) return 1, nil } - io.WriteString(stdout, FormatTaskList(tasks, aliases)) + io.WriteString(stdout, FormatTaskListForWidth(tasks, aliases, detectTaskListTerminalWidth(stdout))) } return 0, nil } |
