nu-lint 1.1.1

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

fn main() {
    run();
}