Skip to content

Commit e8f2d4e

Browse files
rowansmithauclaude
andcommitted
fix: Add help handler to builds command and update documentation
- Added HelpHandler to builds command to fix TestHandlersOK failures - Include generated documentation in manifest.json and index.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ea93a04 commit e8f2d4e

File tree

3 files changed

+1851
-1790
lines changed

3 files changed

+1851
-1790
lines changed

cli/builds.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ func (r *RootCmd) builds() *serpent.Command {
5050
Children: []*serpent.Command{
5151
r.buildsList(),
5252
},
53-
}
53+
Handler: func(inv *serpent.Invocation) error {
54+
return inv.Command.HelpHandler(inv)
55+
},
5456
}
5557

5658
func (r *RootCmd) buildsList() *serpent.Command {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy