multistep
multistep copied to clipboard
multistep is a Go library for building up complex actions using discrete steps.
- Resolves mitchellh/packer#4029 seeing `fmt.Scanln` nuances - DRY up `DebugLocation` - use PauseFn where possible during testing
Hello, Can you please tag and version this project? I am the Debian Maintainer for multistep and versioning would help Debian keep up with development.
This change makes multistep call DebugFn after run and before cleanup of the step that does not succeed, which is necessary for debugging, and will help solve https://github.com/mitchellh/packer/issues/409.