Alex Dreyer
Alex Dreyer
`-T` is only in gnu mv not bsd so we can't rely on it. Failing if the file already exists would be a pretty big breaking change and while its...
That specifically was about files not directories. The goal seems to be to have the behavior the same. Having directories error if they already exist and files just overwrite seems...
I suppose that would be different behavior anyway. `upload_file('../file.txt', '~/foo')` will copy into foo if it's a directory and replace foo if it's a file. `upload_file('../file/', '~/foo')` would always replace...
Is adding an optional `_transport` key to results that contains information like this a reasonable solution?
Which quotes? In general quotes are disappearing when your shell parses the bolt command or in yaml parsing and is not a bug.
For people writing plans that don't process the results of actions simply allowing all actions and providing simple input is probably the best way to provide this level of testing.