11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
|
|
||
|
use ../tools/runonce.nu
|
||
|
|
||
|
runonce run 'nu_plugin_query' {
|
||
|
cargo install nu_plugin_query
|
||
|
register ~/.cargo/bin/nu_plugin_query
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
# https://www.nushell.sh/commands/docs/query_web.html
|