We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec598c commit 5e732daCopy full SHA for 5e732da
custom-completions/gh/gh-completions.nu
@@ -600,5 +600,5 @@ export def "gh my stars" [] {
600
break
601
}
602
603
- $stars | flatten | update cells --columns [starredAt] {$in| date humanize} | sort-by starredAt
+ $stars | flatten | update cells --columns [starredAt] { $in | into datetime } | sort-by starredAt
604
0 commit comments