diff --git a/.changeset/dull-kids-enjoy.md b/.changeset/dull-kids-enjoy.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/dull-kids-enjoy.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/grumpy-panthers-punch.md b/.changeset/grumpy-panthers-punch.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/grumpy-panthers-punch.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/healthy-carpets-learn.md b/.changeset/healthy-carpets-learn.md new file mode 100644 index 0000000..05fb2d4 --- /dev/null +++ b/.changeset/healthy-carpets-learn.md @@ -0,0 +1,5 @@ +--- +'clap-js': patch +--- + +Implement utils functions to create clap command instance diff --git a/.changeset/lovely-humans-accept.md b/.changeset/lovely-humans-accept.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/lovely-humans-accept.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/nasty-bugs-jog.md b/.changeset/nasty-bugs-jog.md new file mode 100644 index 0000000..aa86a6f --- /dev/null +++ b/.changeset/nasty-bugs-jog.md @@ -0,0 +1,5 @@ +--- +'clap-js': patch +--- + +Call callback functions with context object after merged parsed args diff --git a/.changeset/orange-bugs-rest.md b/.changeset/orange-bugs-rest.md new file mode 100644 index 0000000..52f5e12 --- /dev/null +++ b/.changeset/orange-bugs-rest.md @@ -0,0 +1,5 @@ +--- +'clap-js': patch +--- + +Merge parsed args by `clap-rs` to context args object diff --git a/.changeset/poor-cats-grow.md b/.changeset/poor-cats-grow.md new file mode 100644 index 0000000..ca80873 --- /dev/null +++ b/.changeset/poor-cats-grow.md @@ -0,0 +1,5 @@ +--- +'clap-js': patch +--- + +Remove features for clap-rs diff --git a/.changeset/rare-dodos-promise.md b/.changeset/rare-dodos-promise.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/rare-dodos-promise.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/rotten-scissors-cover.md b/.changeset/rotten-scissors-cover.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/rotten-scissors-cover.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/slimy-waves-enjoy.md b/.changeset/slimy-waves-enjoy.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/slimy-waves-enjoy.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/small-ducks-type.md b/.changeset/small-ducks-type.md new file mode 100644 index 0000000..f954528 --- /dev/null +++ b/.changeset/small-ducks-type.md @@ -0,0 +1,5 @@ +--- +'clap-js': patch +--- + +Add `defineCommand` interface diff --git a/.changeset/small-zebras-speak.md b/.changeset/small-zebras-speak.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/small-zebras-speak.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/two-keys-thank.md b/.changeset/two-keys-thank.md new file mode 100644 index 0000000..1a50aaa --- /dev/null +++ b/.changeset/two-keys-thank.md @@ -0,0 +1,5 @@ +--- +'clap-js': patch +--- + +Implement command definition types diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index b2a4a18..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# clap-js - -## 0.1.1 - -### Patch Changes - -- b59c387: Implement utils functions to create clap command instance -- b59c387: Call callback functions with context object after merged parsed args -- b59c387: Merge parsed args by `clap-rs` to context args object -- b59c387: Remove features for clap-rs -- b59c387: Add `defineCommand` interface -- b59c387: Implement command definition types diff --git a/package.json b/package.json index 46b3178..93ea1fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clap-js", - "version": "0.1.1", + "version": "0.1.0", "description": "Fast and elegant CLI build tool based on clap-rs", "main": "index.js", "repository": "https://github.com/noctisynth/clap-js",