We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
|
1 parent 0b97c5e commit 449dd3dCopy full SHA for 449dd3d
1 file changed
modules/background_task/task.nu
@@ -52,6 +52,7 @@ export def spawn [
52
(
53
view source $command
54
| str trim --left --char "{"
55
+ | str trim --left --char "|"
56
| str trim --right --char "}"
57
)
58
| save --force $source_path
0 commit comments