pretend v0.1.0
🎉 Initial public release!
Features
- Define interactive documentation scripts: Write “pretend” scripts in Go to guide humans step-by-step through operational tasks, without making any real changes.
- Step and Group Support
Step(desc, cmd): Add individual steps with a description and a shell command.Group(name, func()): Organize related steps under a named phase or group.
- Colorful Output: Distinct colors for script title, groups, and commands for better readability in the terminal.
- Interactive Flow: Pauses after each step, waiting for the operator to press Enter before continuing.
- Simple, Go-idiomatic API
- Easy to integrate into any Go project.
- Inspired by danslimmon/donothing, adapted for Go.