Compare commits

..

No commits in common. "dcbcb02d1a12b323c9e084ca01c26bb8b1f42f09" and "feec1a3dda130c55c1ea6dd59d6d8702541e35f9" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View file

@ -45,11 +45,3 @@ config
Syncthing Syncthing
homelab homelab
microcontrollers microcontrollers
nushell
datatypes
datetimes
filesizes
filetypes
datastructures
footguns
csv

View file

@ -22,6 +22,6 @@ export def extract [name:string] {
error make { msg: "unsupported file extension" } error make { msg: "unsupported file extension" }
} else { } else {
let handler = ($maybe_handler | first) let handler = ($maybe_handler | first)
nu -c ($handler.command + ' ' + $"'($name)'") nu -c ($handler.command + ' ' + $name)
} }
} }