mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-03 07:37:47 +00:00
update scripts to support str replace
(#200)
This commit is contained in:
parent
577ad93638
commit
e6d8d2704e
10 changed files with 44 additions and 44 deletions
|
@ -8,7 +8,7 @@ def "nu-complete npm" [] {
|
|||
|str trim
|
||||
|split column -c ' '
|
||||
|get column4
|
||||
|str find-replace '"' ''
|
||||
|str replace '"' ''
|
||||
}
|
||||
|
||||
def "nu-complete npm run" [] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue