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 a846e06 commit 56e519eCopy full SHA for 56e519e
tools/update-timezone.mjs
@@ -1,6 +1,5 @@
1
#!/usr/bin/env node
2
-// Usage: tools/update-timezone.mjs [--dry]
3
-// Passing --dry will redirect output to stdout.
+// Usage: tools/update-timezone.mjs
4
import { execSync, spawnSync } from 'node:child_process';
5
import { renameSync } from 'node:fs';
6
import { exit } from 'node:process';
0 commit comments