mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:57:53 +02:00
Add a system info source
This commit is contained in:
@ -50,6 +50,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
context.add_commands(vec![
|
||||
command("ps", ps::ps),
|
||||
command("ls", ls::ls),
|
||||
command("sysinfo", sysinfo::sysinfo),
|
||||
command("cd", cd::cd),
|
||||
command("view", view::view),
|
||||
command("skip", skip::skip),
|
||||
|
Reference in New Issue
Block a user