This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
319 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@effect/cli": minor | ||
--- | ||
|
||
update effect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.js | ||
*.ts |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
docs/examples/src-Options.ts-constant-choiceWithValue-0.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Options.ts | ||
nav_order: 11 | ||
nav_order: 12 | ||
parent: Modules | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Primitive.ts | ||
nav_order: 12 | ||
nav_order: 13 | ||
parent: Modules | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Prompt/Action.ts | ||
nav_order: 14 | ||
nav_order: 15 | ||
parent: Modules | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: ShellType.ts | ||
nav_order: 15 | ||
nav_order: 16 | ||
parent: Modules | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Terminal.ts | ||
nav_order: 16 | ||
nav_order: 17 | ||
parent: Modules | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Usage.ts | ||
nav_order: 17 | ||
nav_order: 18 | ||
parent: Modules | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: ValidationError.ts | ||
nav_order: 18 | ||
nav_order: 19 | ||
parent: Modules | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,227 @@ | ||
--- | ||
title: index.ts | ||
nav_order: 11 | ||
parent: Modules | ||
--- | ||
|
||
## index overview | ||
|
||
Added in v1.0.0 | ||
|
||
--- | ||
|
||
<h2 class="text-delta">Table of contents</h2> | ||
|
||
- [exports](#exports) | ||
- [From "@effect/cli/Args"](#from-effectcliargs) | ||
- [From "@effect/cli/AutoCorrect"](#from-effectcliautocorrect) | ||
- [From "@effect/cli/BuiltInOption"](#from-effectclibuiltinoption) | ||
- [From "@effect/cli/CliApp"](#from-effectclicliapp) | ||
- [From "@effect/cli/CliConfig"](#from-effectclicliconfig) | ||
- [From "@effect/cli/Command"](#from-effectclicommand) | ||
- [From "@effect/cli/CommandDirective"](#from-effectclicommanddirective) | ||
- [From "@effect/cli/Exists"](#from-effectcliexists) | ||
- [From "@effect/cli/HelpDoc"](#from-effectclihelpdoc) | ||
- [From "@effect/cli/Options"](#from-effectclioptions) | ||
- [From "@effect/cli/Primitive"](#from-effectcliprimitive) | ||
- [From "@effect/cli/Prompt"](#from-effectcliprompt) | ||
- [From "@effect/cli/ShellType"](#from-effectclishelltype) | ||
- [From "@effect/cli/Terminal"](#from-effectcliterminal) | ||
- [From "@effect/cli/Usage"](#from-effectcliusage) | ||
- [From "@effect/cli/ValidationError"](#from-effectclivalidationerror) | ||
|
||
--- | ||
|
||
# exports | ||
|
||
## From "@effect/cli/Args" | ||
|
||
Re-exports all named exports from the "@effect/cli/Args" module as `Args`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Args from '@effect/cli/Args' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/AutoCorrect" | ||
|
||
Re-exports all named exports from the "@effect/cli/AutoCorrect" module as `AutoCorrect`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as AutoCorrect from '@effect/cli/AutoCorrect' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/BuiltInOption" | ||
|
||
Re-exports all named exports from the "@effect/cli/BuiltInOption" module as `BuiltInOption`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as BuiltInOption from '@effect/cli/BuiltInOption' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/CliApp" | ||
|
||
Re-exports all named exports from the "@effect/cli/CliApp" module as `CliApp`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as CliApp from '@effect/cli/CliApp' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/CliConfig" | ||
|
||
Re-exports all named exports from the "@effect/cli/CliConfig" module as `CliConfig`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as CliConfig from '@effect/cli/CliConfig' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/Command" | ||
|
||
Re-exports all named exports from the "@effect/cli/Command" module as `Command`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Command from '@effect/cli/Command' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/CommandDirective" | ||
|
||
Re-exports all named exports from the "@effect/cli/CommandDirective" module as `CommandDirective`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as CommandDirective from '@effect/cli/CommandDirective' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/Exists" | ||
|
||
Re-exports all named exports from the "@effect/cli/Exists" module as `Exists`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Exists from '@effect/cli/Exists' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/HelpDoc" | ||
|
||
Re-exports all named exports from the "@effect/cli/HelpDoc" module as `HelpDoc`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as HelpDoc from '@effect/cli/HelpDoc' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/Options" | ||
|
||
Re-exports all named exports from the "@effect/cli/Options" module as `Options`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Options from '@effect/cli/Options' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/Primitive" | ||
|
||
Re-exports all named exports from the "@effect/cli/Primitive" module as `Primitive`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Primitive from '@effect/cli/Primitive' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/Prompt" | ||
|
||
Re-exports all named exports from the "@effect/cli/Prompt" module as `Prompt`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Prompt from '@effect/cli/Prompt' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/ShellType" | ||
|
||
Re-exports all named exports from the "@effect/cli/ShellType" module as `ShellType`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as ShellType from '@effect/cli/ShellType' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/Terminal" | ||
|
||
Re-exports all named exports from the "@effect/cli/Terminal" module as `Terminal`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Terminal from '@effect/cli/Terminal' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/Usage" | ||
|
||
Re-exports all named exports from the "@effect/cli/Usage" module as `Usage`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as Usage from '@effect/cli/Usage' | ||
``` | ||
|
||
Added in v1.0.0 | ||
|
||
## From "@effect/cli/ValidationError" | ||
|
||
Re-exports all named exports from the "@effect/cli/ValidationError" module as `ValidationError`. | ||
|
||
**Signature** | ||
|
||
```ts | ||
export * as ValidationError from '@effect/cli/ValidationError' | ||
``` | ||
|
||
Added in v1.0.0 |
Oops, something went wrong.