mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
Part of #2020 - Implement GitHub REST API call part - Clarify `--update` flag responsibility
355 B
355 B
tasks/lint_rules
Task to update implementation progress for each linter plugin.
Usage:
$ cargo run <plugin_name> [--update]
Arguments:
plugin_name: Name of the target plugin
Options:
--update: Update GitHub issue comment
-h, --help: Show this message
Environment variables GITHUB_TOKEN is required when --update is specified.