@effect/cli
Advanced tools
Comparing version 0.48.27 to 0.48.28
@@ -41,2 +41,3 @@ "use strict"; | ||
* @example | ||
* ```ts | ||
* import * as Options from "@effect/cli/Options" | ||
@@ -48,2 +49,3 @@ * | ||
* ) | ||
* ``` | ||
* | ||
@@ -59,2 +61,3 @@ * @since 1.0.0 | ||
* @example | ||
* ```ts | ||
* import * as Options from "@effect/cli/Options" | ||
@@ -81,2 +84,3 @@ * import * as Data from "effect/Data" | ||
* ]) | ||
* ``` | ||
* | ||
@@ -83,0 +87,0 @@ * @since 1.0.0 |
@@ -32,2 +32,3 @@ "use strict"; | ||
* @example | ||
* ```ts | ||
* import * as Prompt from "@effect/cli/Prompt" | ||
@@ -53,2 +54,3 @@ * import * as NodeContext from "@effect/platform-node/NodeContext" | ||
* const allWithRecord = Prompt.all({ username, password }) | ||
* ``` | ||
* | ||
@@ -55,0 +57,0 @@ * @since 1.0.0 |
@@ -120,2 +120,3 @@ /** | ||
* @example | ||
* ```ts | ||
* import * as Options from "@effect/cli/Options" | ||
@@ -127,2 +128,3 @@ * | ||
* ) | ||
* ``` | ||
* | ||
@@ -138,2 +140,3 @@ * @since 1.0.0 | ||
* @example | ||
* ```ts | ||
* import * as Options from "@effect/cli/Options" | ||
@@ -160,2 +163,3 @@ * import * as Data from "effect/Data" | ||
* ]) | ||
* ``` | ||
* | ||
@@ -162,0 +166,0 @@ * @since 1.0.0 |
@@ -471,2 +471,3 @@ /** | ||
* @example | ||
* ```ts | ||
* import * as Prompt from "@effect/cli/Prompt" | ||
@@ -492,2 +493,3 @@ * import * as NodeContext from "@effect/platform-node/NodeContext" | ||
* const allWithRecord = Prompt.all({ username, password }) | ||
* ``` | ||
* | ||
@@ -494,0 +496,0 @@ * @since 1.0.0 |
@@ -33,2 +33,3 @@ import * as InternalOptions from "./internal/options.js"; | ||
* @example | ||
* ```ts | ||
* import * as Options from "@effect/cli/Options" | ||
@@ -40,2 +41,3 @@ * | ||
* ) | ||
* ``` | ||
* | ||
@@ -51,2 +53,3 @@ * @since 1.0.0 | ||
* @example | ||
* ```ts | ||
* import * as Options from "@effect/cli/Options" | ||
@@ -73,2 +76,3 @@ * import * as Data from "effect/Data" | ||
* ]) | ||
* ``` | ||
* | ||
@@ -75,0 +79,0 @@ * @since 1.0.0 |
@@ -24,2 +24,3 @@ import * as InternalPrompt from "./internal/prompt.js"; | ||
* @example | ||
* ```ts | ||
* import * as Prompt from "@effect/cli/Prompt" | ||
@@ -45,2 +46,3 @@ * import * as NodeContext from "@effect/platform-node/NodeContext" | ||
* const allWithRecord = Prompt.all({ username, password }) | ||
* ``` | ||
* | ||
@@ -47,0 +49,0 @@ * @since 1.0.0 |
{ | ||
"name": "@effect/cli", | ||
"version": "0.48.27", | ||
"version": "0.48.28", | ||
"description": "A library for building command-line interfaces with Effect", | ||
@@ -18,6 +18,6 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@effect/platform": "^0.69.27", | ||
"@effect/printer": "^0.38.18", | ||
"@effect/printer-ansi": "^0.38.18", | ||
"effect": "^3.10.18" | ||
"@effect/platform": "^0.69.28", | ||
"@effect/printer": "^0.38.19", | ||
"@effect/printer-ansi": "^0.38.19", | ||
"effect": "^3.10.19" | ||
}, | ||
@@ -24,0 +24,0 @@ "publishConfig": { |
@@ -157,2 +157,3 @@ /** | ||
* @example | ||
* ```ts | ||
* import * as Options from "@effect/cli/Options" | ||
@@ -164,2 +165,3 @@ * | ||
* ) | ||
* ``` | ||
* | ||
@@ -179,2 +181,3 @@ * @since 1.0.0 | ||
* @example | ||
* ```ts | ||
* import * as Options from "@effect/cli/Options" | ||
@@ -201,2 +204,3 @@ * import * as Data from "effect/Data" | ||
* ]) | ||
* ``` | ||
* | ||
@@ -203,0 +207,0 @@ * @since 1.0.0 |
@@ -520,2 +520,3 @@ /** | ||
* @example | ||
* ```ts | ||
* import * as Prompt from "@effect/cli/Prompt" | ||
@@ -541,2 +542,3 @@ * import * as NodeContext from "@effect/platform-node/NodeContext" | ||
* const allWithRecord = Prompt.all({ username, password }) | ||
* ``` | ||
* | ||
@@ -543,0 +545,0 @@ * @since 1.0.0 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2112689
34970