Use Meow's default string instead.
This commit is contained in:
parent
97621dec03
commit
d4580975c6
|
@ -23,6 +23,7 @@ async function main(): Promise<void> {
|
||||||
{
|
{
|
||||||
flags: {
|
flags: {
|
||||||
filter: {
|
filter: {
|
||||||
|
default: '',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
},
|
},
|
||||||
includeDefaults: {
|
includeDefaults: {
|
||||||
|
@ -46,7 +47,7 @@ async function main(): Promise<void> {
|
||||||
d2022_03_07,
|
d2022_03_07,
|
||||||
d2022_03_08,
|
d2022_03_08,
|
||||||
d2022_03_09,
|
d2022_03_09,
|
||||||
].filter((project) => project.name.startsWith(cli.flags.filter ?? ''));
|
].filter((project) => project.name.startsWith(cli.flags.filter));
|
||||||
|
|
||||||
for (const {
|
for (const {
|
||||||
createInputImage,
|
createInputImage,
|
||||||
|
|
Loading…
Reference in New Issue