Skip to content

Commit 4282597

Browse files
Updated documentation w.r.t. interactive prompts
1 parent ecad36a commit 4282597

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/environment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Set the user context using `$UNIGET_USER` or `--user`. See [context](context.md)
2020

2121
## User interaction
2222

23-
Disable user interaction with `$UNIGET_NO_INTERACTIVE=1` or `--no-interactive`.
23+
Disable user interaction with `$UNIGET_NO_INTERACTIVE=1` or `--no-interactive`. This feature was removed in 0.12.0.
2424

2525
## Configure default behaviour
2626

docs/global-parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Sets trace log level. Short for `--log-level=trace`.
3636

3737
## `--no-interactive`
3838

39-
Disables interactive menus and prompts.
39+
Disables interactive menus and prompts. This feature was removed in 0.12.0.

docs/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can search for the specified term in names, tags and dependencies:
3535
uniget search jq
3636
```
3737

38-
If you are running this interactively, a small text-based UI offers to install selected tools from the search results.
38+
If you are running this interactively, a small text-based UI offers to install selected tools from the search results. This feature was removed in 0.12.0.
3939

4040
### You want to update installed tools
4141

0 commit comments

Comments
 (0)