git-stack-cli 1.8.2 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -34557,7 +34557,7 @@ async function command() {
|
|
|
34557
34557
|
.wrap(123)
|
|
34558
34558
|
// disallow unknown options
|
|
34559
34559
|
.strict()
|
|
34560
|
-
.version("1.8.
|
|
34560
|
+
.version("1.8.3" )
|
|
34561
34561
|
.showHidden("show-hidden", "Show hidden options via `git stack help --show-hidden`")
|
|
34562
34562
|
.help("help", "Show usage via `git stack help`").argv);
|
|
34563
34563
|
}
|