nu-lint 1.2.0

Linter for Nu shell scripts that helpfully suggests improvements
Documentation
1
2
3
4
5
use nu_lint::cli::run;

fn main() {
    run();
}