Skip to content
代码片段 群组 项目
提交 e66ff20c 编辑于 作者: Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt
浏览文件

Import program directly

上级 1af00876
No related branches found
No related tags found
无相关合并请求
const { Command } = require('commander');
const { program } = require('commander');
const { GettextExtractor, JsExtractors } = require('gettext-extractor');
const {
......@@ -8,7 +8,6 @@ const {
const vue2TemplateCompiler = require('vue-template-compiler');
const ensureSingleLine = require('../../app/assets/javascripts/locale/ensure_single_line.cjs');
const program = new Command();
program
.option('-f, --file <file>', 'Extract message from one single file')
.option('-a, --all', 'Extract message from all js/vue files')
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册