You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,12 +55,12 @@ All features that are marked as `experimental` are _not_ considered a public API
55
55
56
56
|Name|Description|Default|
57
57
|-- |-- |-- |
58
-
|backend::cli|The CLI backend which maps to the original dialoguer implementation.|Yes|
58
+
|backend+cli|The CLI backend which maps to the original dialoguer implementation.|Yes|
59
59
|baclend::ui|The UI backend which maps to the new cursive/fui implementation.|No|
60
60
61
-
#### `backend::`
61
+
#### `backend+`
62
62
63
-
Either one of the `backend::` flags (or both) MUST be enabled for `complate` to work (it won't compile otherwise).
63
+
Either one of the `backend+` flags (or both) MUST be enabled for `complate` to work (it won't compile otherwise).
64
64
65
65
### Application level arguments
66
66
@@ -81,7 +81,7 @@ Either one of the `backend::` flags (or both) MUST be enabled for `complate` to
81
81
|-- |-- |-- |-- |-- |
82
82
|Config file path|-c|--config|The path to the configuration file that shall be used. This path can be relative or absolute. The default path is `./complate/config.yml`.|stable|
83
83
|Shell trust||--shell-trust|Enables the shell value provider for replacing template placeholders. Due to the potential security risk with this option, it is disabled by default. Possible values for this option are `none` (default), `prompt` and `ultimate`|stable|
84
-
|Backend|-b|--backend|Defines the backend for the user interaction.|`CLI` is stable. `UI` is experimental (feature = "backend::ui").|
84
+
|Backend|-b|--backend|Defines the backend for the user interaction.|`CLI` is stable. `UI` is experimental (feature = "backend+ui").|
0 commit comments