deno_task_shell
deno_task_shell copied to clipboard
Feature request: `head` & `tail`
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.:
git tag --sort=-version:refname | head -n 1