nu-command 0.112.2

Nushell's built-in commands
Documentation
1
2
3
4
5
6
7
use nu_test_support::prelude::*;

#[test]
fn runs_successfully() -> Result {
    let _: Value = test().run("debug info")?;
    Ok(())
}