We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9866887 commit e20c1dbCopy full SHA for e20c1db
cmd.go
@@ -24,6 +24,8 @@ import (
24
// Cmd describes an executable command.
25
type Cmd struct {
26
// Parent is the direct parent of the command.
27
+ //
28
+ // It is set automatically when an invokation runs.
29
Parent *Cmd
30
// Children is a list of direct descendants.
31
Children []*Cmd
0 commit comments