Documentation
¶
Overview ¶
Package trace provides subcommands for the trace command.
Index ¶
- type Trace
- func (*Trace) Execute(ctx context.Context, f *flag.FlagSet, args ...any) subcommands.ExitStatus
- func (*Trace) FetchSpec(conf *config.Config, f *flag.FlagSet) (string, *specs.Spec, error)
- func (*Trace) Name() string
- func (*Trace) SetFlags(f *flag.FlagSet)
- func (*Trace) Synopsis() string
- func (*Trace) Usage() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trace ¶
type Trace struct{}
Trace implements subcommands.Command for the "trace" command.
func (*Trace) Execute ¶
func (*Trace) Execute(ctx context.Context, f *flag.FlagSet, args ...any) subcommands.ExitStatus
Execute implements subcommands.Command.
Click to show internal directories.
Click to hide internal directories.