sindresorhus / cpy-cli

Copy files
MIT License
344 stars 33 forks source link

--dot flag appears broken #29

Open shellscape opened 3 years ago

shellscape commented 3 years ago

Not entirely sure if this is related to #22, but the --dot flag appears to be non-functional on the latest version. The command:

cpy --dot *.{yml,yaml} dist

does not copy a .meshrc.yml file in the directory, but does copy both .yml and .yaml files without a leading . in the filename.

sindresorhus commented 3 years ago

// @mfal