Open scripthunter7 opened 9 months ago
The CLI currently accepts relative and absolute paths, such as:
$ aglint file1.txt file2.txt subdir/file3.txt D:\work\my-filters\filter.txt
In the future, we can supplement this with glob patterns, such as
$ aglint sections/**
Inspired by https://eslint.org/docs/latest/use/command-line-interface#run-the-cli
The CLI currently accepts relative and absolute paths, such as:
In the future, we can supplement this with glob patterns, such as
Inspired by https://eslint.org/docs/latest/use/command-line-interface#run-the-cli