feat: format cal-node.ts
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
#!/usr/bin/env runts -- --runtime-bun
|
#!/usr/bin/env runts -- --runtime-bun
|
||||||
|
|
||||||
const { spawn } = require('node:child_process');
|
const { spawn } = require("node:child_process");
|
||||||
|
|
||||||
const _child = spawn('cal', ['-3'], {
|
const _child = spawn("cal", ["-3"], {
|
||||||
shell: true,
|
shell: true,
|
||||||
// stdio reference: https://nodejs.org/api/child_process.html#optionsstdio
|
// stdio reference: https://nodejs.org/api/child_process.html#optionsstdio
|
||||||
stdio: ['inherit', 'inherit', 'inherit']
|
stdio: ["inherit", "inherit", "inherit"],
|
||||||
});
|
});
|
||||||
|
|
||||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260111T104456+08:00.MEYCIQCLBioJmr0B4ZbAlBYV
|
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260111T141122+08:00.MEYCIQDP7aV0GffQPybqxwbt
|
||||||
// Fo+rB6ruDJhpZv6QffcZZsb3WQIhANjQqzH8PcBAEC24wRRX+ow4cX/C9L4RwXVEHahyrhbz
|
// Kkwj3n9XxQRDc2DyBjfX5gNEXgIhAOb0+0t7EVEOCnces5zCHGtuyp/hRuPyhYjR/YgoykWp
|
||||||
|
|||||||
Reference in New Issue
Block a user