Checklist
Output of fzf --version
0.73.1
OS
Shell
Problem / Steps to reproduce
Warning: nu::parser::deprecated
⚠ Command deprecated.
╭─[/nix/store/vxr7g2i5vcaasw1hr8baxjig55l83kgg-nushell-fzf-integration.nu:288:41]
287 │ $ssh_configs | append $ssh_configs_d | append $ssh_config_global
288 │ | where {|it| ($it | str downcase | str starts-with 'host') or ($it | str downcase | str starts-with 'hostname') }
· ──────┬─────
· ╰── str downcase was deprecated in 0.114.0 and will be removed in a future release.
289 │ | parse --regex '^\s*host(?:name)?\s+(?<hosts>.+)' # Extract hosts after keyword
╰────
help: Use `str lowercase` instead.
Checklist
man fzf)Output of
fzf --version0.73.1
OS
Shell
Problem / Steps to reproduce