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 d0ccc6b commit 02702e1Copy full SHA for 02702e1
src/index.ts
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env node
+#!/usr/bin/env -vS zx
2
3
import sade from 'sade';
4
src/runner/index.ts
@@ -1,3 +1,4 @@
+#!/usr/bin/env zx
import type { Awaitable, GitLogOptions, GitNewTag } from '../types';
import * as _log from '../commands/log';
0 commit comments