chore(release): 2.0.0-pre.1 [skip ci]

# [2.0.0-pre.1](https://github.com/chenasraf/massarg/compare/v1.0.6...v2.0.0-pre.1) (2023-11-24)

### Continuous Integration

* update release config ([0f9abec](0f9abeceb0))

### Features

* array & typed options ([e2837d6](e2837d60a8))
* built-in help command + flag ([98cacc8](98cacc86ee))
* example lines, help style updates ([00e76e3](00e76e3567))
* help generator ([673bc70](673bc70674))
* improve help config, update styles, fixes ([882d040](882d040130))
* pass main instance to run fn ([e0574a1](e0574a1ad5))
* transform output name for options ([6ee8cf2](6ee8cf230b))
* v2 poc ([42e847d](42e847d87c))

### BREAKING CHANGES

* recreated massarg package
This commit is contained in:
semantic-release-bot
2023-11-24 23:38:55 +00:00
committed by Chen Asraf
parent 6eb382d5c9
commit eb800e02ca
2 changed files with 24 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "massarg",
"version": "0.0.0",
"version": "2.0.0-pre.1",
"description": "Flexible, powerful, and simple command/argument parser for CLI applications",
"keywords": [
"shell",