UNPKG
@dlillyatx/dc-cli
Version:
latest (0.13.3)
0.13.3
0.13.2
0.13.1
0.13.0
Dynamic Content CLI Tool
github.com/amplience/dc-cli
amplience/dc-cli
@dlillyatx/dc-cli
/
dist
/
common
/
yargs
/
yargs-command-builder-options.js
5 lines
(4 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
YargsCommandBuilderOptions
= {
extensions
: [
'ts'
,
'js'
],
exclude
:
/\.spec\.ts$/
};
exports
.
default
=
YargsCommandBuilderOptions
;