Open dahlia opened 1 year ago
It would be useful if deno_task_shell builds in head and tail commands with option -n. They usually can be used for picking up the first or last line of a command output, e.g.:
head
tail
-n
git tag --sort=-version:refname | head -n 1
It would be useful if deno_task_shell builds in
head
andtail
commands with option-n
. They usually can be used for picking up the first or last line of a command output, e.g.: