Skip to content

Commit 444708c

Browse files
authored
Refactor output handling in task log.nu
1 parent 57f49ad commit 444708c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/background_task/task.nu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ export def log [
326326
)
327327

328328
if $detailed {
329-
$full
329+
$full | move --last status
330330
} else {
331-
$full | select id label group Done? status? start? end?
331+
$full | select id label group status
332332
}
333333
}
334334

0 commit comments

Comments
 (0)