mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-07-30 21:57:44 +00:00
Fix: Completions Broken '-s' flag in man-completions (#619)
With 85.0 the deprecated `-s` flag in `str replace` was removed because its matched against a substring automatically now.
This commit is contained in:
parent
9d0a182a86
commit
6745d1cf93
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ def "manpages" [] {
|
|||
| par-each { ls $in | get name }
|
||||
| flatten
|
||||
| path basename
|
||||
| str replace -s ".gz" ""
|
||||
| str replace ".gz" ""
|
||||
}
|
||||
|
||||
export extern "man" [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue