package
Version:
v2.2.30
Opens a new window with list of versions in this module.
Published: Jan 7, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Cmd = &cobra.Command{
Use: "trace",
Short: shortMsg,
Long: FormatMessage(shortMsg, `
Useful for verifying if Warp and Warp+ are working.`),
Run: func(cmd *cobra.Command, args []string) {
if err := trace(); err != nil {
log.Fatalf("%+v\n", err)
}
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.