We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862a0ff commit c6d7a32Copy full SHA for c6d7a32
Makefile
@@ -16,7 +16,7 @@ _FEATURES = minimal default wasm full debug release
16
_FEATURES_minimal = --no-default-features --features "std"
17
_FEATURES_default =
18
_FEATURES_wasm = --no-default-features --features "std help usage error-context suggestions" --features "deprecated derive cargo env unicode string"
19
-_FEATURES_full = --features "deprecated derive cargo env unicode string wrap_help"
+_FEATURES_full = --features "deprecated derive cargo env unicode string wrap_help unstable-ext"
20
_FEATURES_next = ${_FEATURES_full} --features unstable-v5
21
_FEATURES_debug = ${_FEATURES_full} --features debug --features clap_complete/debug
22
_FEATURES_release = ${_FEATURES_full} --release
0 commit comments