onepub-dev / dcli

An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
242 stars 28 forks source link

copy's overwrite flag is not respected #52

Closed renatoathaydes closed 4 years ago

renatoathaydes commented 4 years ago

Describe the bug

Hi! It seems you forgot to pass on the overwrite flag in the copy function.

Cheers.

bsutton commented 4 years ago

Good pickup.

I will have fixed in the next couple of days.

On Thu, 6 Feb 2020, 5:55 am Renato Athaydes, notifications@github.com wrote:

Describe the bug

Hi! It seems you forgot to pass on the overwrite flag in the copy function https://github.com/bsutton/dshell/blob/master/lib/src/functions/copy.dart#L23 .

Cheers.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bsutton/dshell/issues/52?email_source=notifications&email_token=AAG32OGO5XRL72II64N42MDRBMDTZA5CNFSM4KQQIMRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ILJRCEQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG32OCRGNQIXTA6K5FM6NTRBMDTZANCNFSM4KQQIMRA .

bsutton commented 4 years ago

I've just pushed the fix. I''m in the middle of backgrounding the pub get when running dshell create so will be a few days before I'm ready to publish a new release.

On Thu, 6 Feb 2020 at 05:55, Renato Athaydes notifications@github.com wrote:

Describe the bug

Hi! It seems you forgot to pass on the overwrite flag in the copy function https://github.com/bsutton/dshell/blob/master/lib/src/functions/copy.dart#L23 .

Cheers.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bsutton/dshell/issues/52?email_source=notifications&email_token=AAG32OGO5XRL72II64N42MDRBMDTZA5CNFSM4KQQIMRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ILJRCEQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG32OCRGNQIXTA6K5FM6NTRBMDTZANCNFSM4KQQIMRA .

bsutton commented 4 years ago

Released as part 1.3.0.