blob: abf50bca52905f78d21ff6239c79b0975ef0609b [file] [log] [blame] [edit]
/* This file is a part of @mdn/browser-compat-data
* See LICENSE file for more information. */
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';
import tags from './tags/index.js';
yargs(hideBin(process.argv)).command([tags]).demandCommand().help().parse();