You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short: "cslt-tool is a command-line tool that uses the Arduino CLI to generate objectfiles and a json file with info regarding core and libraries used",
28
17
}
29
18
30
19
// Execute adds all child commands to the root command and sets flags appropriately.
@@ -35,17 +24,3 @@ func Execute() {
35
24
os.Exit(1)
36
25
}
37
26
}
38
-
39
-
funcinit() {
40
-
// Here you will define your flags and configuration settings.
41
-
// Cobra supports persistent flags, which, if defined here,
42
-
// will be global for your application.
43
-
44
-
// rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.cslt-tool.yaml)")
45
-
46
-
// Cobra also supports local flags, which will only run
47
-
// when this action is called directly.
48
-
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
0 commit comments