feat(terminal): add optional live timers and spinners to terminal tasks

This commit is contained in:
2026-05-13 20:18:52 +00:00
parent e2eb4eb040
commit 1ae31e36bc
8 changed files with 228 additions and 15 deletions
+2 -1
View File
@@ -5,8 +5,9 @@ import * as path from 'node:path';
import * as smartparam from '@push.rocks/smartobject';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
import * as smarttime from '@push.rocks/smarttime';
export { smartlog, lik, path, smartparam, smartpromise, smartrx };
export { smartlog, lik, path, smartparam, smartpromise, smartrx, smarttime };
// thirdparty scope
import yargsParser from 'yargs-parser';