mirror of
https://github.com/nushell/nushell.git
synced 2025-04-01 03:36:53 +02:00
Fix deprecation in default_config.nu (#11547)
# Description in https://github.com/nushell/nushell/pull/11289, spreading lists into command invocations was made possible and its implicit version was deprecated, but not everything was updated accordingly. # User-Facing Changes A commented part of the default config no longer throws a deprecation warning when uncommented # After Submitting After https://github.com/nushell/nushell/pull/11289, the mention of carapace in the documentation wasn’t updated. See https://github.com/nushell/nushell.github.io/pull/1211
This commit is contained in:
parent
41a7c351cb
commit
61d5aed0a2
@ -138,7 +138,7 @@ let light_theme = {
|
|||||||
|
|
||||||
# External completer example
|
# External completer example
|
||||||
# let carapace_completer = {|spans|
|
# let carapace_completer = {|spans|
|
||||||
# carapace $spans.0 nushell $spans | from json
|
# carapace $spans.0 nushell ...$spans | from json
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# The default config record. This is where much of your global configuration is setup.
|
# The default config record. This is where much of your global configuration is setup.
|
||||||
|
Loading…
Reference in New Issue
Block a user