feat!: use commander for command management

from this commit npm package commander will be used for command management, making sub-commands possible, due to what commiting from now and on is called through rcz commit
This commit is contained in:
2023-08-19 22:33:29 +03:00
parent 4e16104d62
commit 7ef777bb2b
3 changed files with 167 additions and 146 deletions

8
pnpm-lock.yaml generated
View File

@@ -8,6 +8,9 @@ dependencies:
'@clack/prompts':
specifier: ^0.7.0
version: 0.7.0
commander:
specifier: ^11.0.0
version: 11.0.0
simple-git:
specifier: ^3.19.1
version: 3.19.1
@@ -55,6 +58,11 @@ packages:
resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==}
dev: true
/commander@11.0.0:
resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==}
engines: {node: '>=16'}
dev: false
/debug@4.3.4:
resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
engines: {node: '>=6.0'}