mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 15:36:29 -04:00
12 lines
214 B
C++
12 lines
214 B
C++
#include "spec_helper.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
const char *args[] = {
|
|
"",
|
|
"--no-color",
|
|
"--only="
|
|
"",
|
|
};
|
|
return bandit::run(4, const_cast<char **>(args));
|
|
} |