mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
tmp
This commit is contained in:
parent
5cb542647b
commit
a805c01345
@ -8,7 +8,7 @@ import (
|
||||
|
||||
var analyzeProfileCmd = &cobra.Command{
|
||||
Use: "analyze-profile",
|
||||
Short: "Analyzes build profile data for the given profile data files",
|
||||
Short: "Analyzes build profile data",
|
||||
Run: func(cmd *cobra.Command, args []string) {},
|
||||
}
|
||||
|
||||
@ -28,4 +28,5 @@ func init() {
|
||||
|
||||
rootCmd.AddCommand(analyzeProfileCmd)
|
||||
|
||||
// TODO positional completion
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user