Skip to content

Commit

Permalink
wip: pty won't be default after all
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Mar 9, 2024
1 parent 7cb6ff2 commit 86dd1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ features = [
optional = true

[features]
default = ["std", "tokio1", "creation-flags", "job-object", "process-group", "process-session", "pty"]
default = ["std", "tokio1", "creation-flags", "job-object", "process-group", "process-session"]

## Frontend: StdCommandWrap
std = []
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ Implementing a wrapper is done via a set of traits.
- `kill-on-drop`: **default**, enables the [kill on drop](#kill-on-drop) wrapper.
- `process-group`: **default**, enables the [process group](#process-group) wrapper.
- `process-session`: **default**, enables the [process session](#process-session) wrapper.
- `pty`: **default**, enables the [pseudo terminal](#pseudo-terminal-pty) wrapper.
- `pty`: enables the [pseudo terminal](#pseudo-terminal-pty) wrapper.

0 comments on commit 86dd1e4

Please sign in to comment.