Skip to content

pretend v0.1.0

Choose a tag to compare

@boris boris released this 25 Jul 10:41
· 31 commits to main since this release
fb6ffcb

🎉 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