change: upgrade go-ios to v1.0.161

This commit is contained in:
lilong.129
2024-11-23 20:55:27 +08:00
parent 3f6ec10ab4
commit ec508012a9
8 changed files with 36 additions and 51 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ var (
var installCmd = &cobra.Command{
Use: "install [flags] PACKAGE",
Short: "Push package to the device and install them atomically",
Short: "push package to the device and install them automatically",
Args: cobra.MinimumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) (err error) {
startTime := time.Now()