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:
1adept 2023-09-24 11:05:37 +02:00 committed by GitHub
parent 9d0a182a86
commit 6745d1cf93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" [