Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update effect (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Oct 19, 2023
1 parent 4c6a103 commit f3facf4
Show file tree
Hide file tree
Showing 18 changed files with 319 additions and 138 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-bulldogs-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

update effect
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.js
*.ts
2 changes: 0 additions & 2 deletions docs/examples/index.ts

This file was deleted.

6 changes: 0 additions & 6 deletions docs/examples/src-Options.ts-constant-choice-0.ts

This file was deleted.

21 changes: 0 additions & 21 deletions docs/examples/src-Options.ts-constant-choiceWithValue-0.ts

This file was deleted.

24 changes: 0 additions & 24 deletions docs/examples/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion docs/modules/Options.ts.md
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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Primitive.ts.md
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
---

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/Prompt.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Prompt.ts
nav_order: 13
nav_order: 14
parent: Modules
---

Expand Down Expand Up @@ -196,7 +196,7 @@ Added in v1.0.0
export interface Prompt<Output>
extends Prompt.Variance<Output>,
Pipeable.Pipeable,
Effectable.Class<Terminal, never, Output> {}
Effect.Effect<Terminal, never, Output> {}
```

Added in v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Prompt/Action.ts.md
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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ShellType.ts.md
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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Terminal.ts.md
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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Usage.ts.md
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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ValidationError.ts.md
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
---

Expand Down
227 changes: 227 additions & 0 deletions docs/modules/index.ts.md
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
Loading

0 comments on commit f3facf4

Please sign in to comment.