fix(license): Add MIT license file

This commit is contained in:
2025-10-28 09:32:21 +00:00
parent 86d62407e7
commit b9ec1e2be6
2 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartcli',
version: '4.0.13',
version: '4.0.14',
description: 'A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.'
}