feat(cli): Add CLI support with command parsing and version display

This commit is contained in:
2025-03-01 19:19:28 +00:00
parent 761f9ca1b6
commit c4a082031e
7 changed files with 56 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspm',
version: '1.2.0',
version: '1.3.0',
description: 'a no fuzz process manager'
}