blob: 716040e16e27d8c9cdda861327ea84c127ce895b [file] [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';
await yargs(hideBin(process.argv))
.command([tags])
.demandCommand()
.help()
.parse();