feat(core): Introduced process management features using ProcessWrapper and enhanced configuration.

This commit is contained in:
2025-03-03 05:21:52 +00:00
parent 74bfcb273a
commit 9c1327c9be
10 changed files with 610 additions and 44 deletions

View File

@@ -17,5 +17,13 @@ export const run = async () => {
})
smartcliInstance.addCommand('startAsDaemon').subscribe({
})
smartcliInstance.addCommand('stop').subscribe({
})
smartcliInstance.startParse();
}