chore: add command to render all existing cli prompts (#13689)

Adds a command to render all the existing cli prompts we use. This is to validate a change to how our cli ui prompts look.
This commit is contained in:
Steven Masley
2024-06-27 05:20:15 -10:00
committed by GitHub
parent ce7f13c6c3
commit 22f2c6da4f
2 changed files with 148 additions and 0 deletions

View File

@ -13,6 +13,7 @@ func (r *RootCmd) expCmd() *serpent.Command {
Children: []*serpent.Command{
r.scaletestCmd(),
r.errorExample(),
r.promptExample(),
},
}
return cmd