Closed stdavis closed 4 years ago
This is different from special delivery because the pallet lift/ship code will not run and it will wait for the scheduled ship to run to copy data to the server?
Are there some scenarios where this is dangerous to run? Or some best practices to follow when using this command?
This is different from special delivery because the pallet lift/ship code will not run and it will wait for the scheduled ship to run to copy data to the server?
Yes, the only pallet-related code that runs is build
so that it can get the value of copy_data
.
Are there some scenarios where this is dangerous to run? Or some best practices to follow when using this command?
That's a good question. I'm not sure that I can think of an overly dangerous time to run this code. It's not much different from the end of the regular ship process other than it overwrites receiving rather than wiping it clean.
Description of Changes
This pull request adds a new optional argument to the
gift-wrap
command. It also tweaks it's behavior a bit in an attempt to make it a more smooth experience when using it to gift wrap data directly into receiving.Test results and coverage