Skip to content

Commit

Permalink
fix: update binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Oct 9, 2022
1 parent 6200efb commit 47ec1c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ builds:
ldflags:
- -s -w
main: .
binary: sas
goos:
- linux
- windows
Expand Down
15 changes: 13 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,20 @@ import (
)

var rootCmd = &cobra.Command{
Use: "sab",
Use: "sas",
Short: "Supply of Android Devices",
Long: ``,
Long: `
β–„β–„β–„β–„ β–„β–„β–„β–„ β–„β–„β–„ β–„β–„ β–„β–„β–„β–„β–„β–„ β–„β–„β–„β–„
β–„β–ˆβ–€β–€β–€β–€β–ˆ β–ˆβ–ˆβ–€β–€β–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–€β–€ β–ˆβ–ˆβ–€β–€β–€β–€β–ˆ
β–ˆβ–ˆβ–„ β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆβ–€β–ˆ β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆβ–€
β–€β–ˆβ–ˆβ–ˆβ–ˆβ–„ β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆ
β–€β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–„β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆβ–„
β–ˆβ–„β–„β–„β–„β–„β–ˆβ–€ β–ˆβ–ˆβ–„β–„β–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–„β–ˆβ–ˆβ–„β–„ β–ˆβ–ˆβ–„β–„β–„β–„β–ˆ
β–€β–€β–€β–€β–€ β–€β–€β–€β–€ β–€β–€ β–€β–€β–€ β–€β–€β–€β–€β–€β–€ β–€β–€β–€β–€
Author: SonicCloudOrg
https://github.com/SonicCloudOrg/sonic-android-supply
`,
}

var serial string
Expand Down

0 comments on commit 47ec1c8

Please sign in to comment.