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 02702e1 commit 5bc6829Copy full SHA for 5bc6829
src/index.ts
@@ -8,6 +8,7 @@ import * as init from './commands/init';
8
import * as log from './commands/log';
9
import * as revert from './commands/revert';
10
import * as test from './commands/test';
11
+import 'zx/globals'
12
13
(async function () {
14
const prog = sade('generi');
0 commit comments