nu-lint 1.3.0

Linter for Nu shell scripts that helpfully suggests improvements
Documentation
1
2
3
4
5
6
use super::RULE;

#[test]
fn test_fix_w() {
    RULE.assert_fixed_is("^w", "sys users");
}