feat(config): Add interactive menu and help to config command, handle unknown commands, and bump dependencies

This commit is contained in:
2025-12-14 10:32:58 +00:00
parent 7bb2f65669
commit 6c62f80c57
5 changed files with 119 additions and 41 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '2.2.1',
version: '2.3.0',
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
}