mirror of
https://github.com/nushell/nushell.git
synced 2025-08-23 08:50:31 +02:00
Merge shuffle nu plugin as core command. (#1475)
This commit is contained in:
committed by
GitHub
parent
f716f61fc1
commit
d3718d00db
@@ -1,6 +0,0 @@
|
||||
use nu_plugin::serve_plugin;
|
||||
use nu_plugin_shuffle::Shuffle;
|
||||
|
||||
fn main() {
|
||||
serve_plugin(&mut Shuffle::new());
|
||||
}
|
Reference in New Issue
Block a user