We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c54228f + ad2f255 commit 05d62e5Copy full SHA for 05d62e5
cmd/shell/fish.go
@@ -49,7 +49,7 @@ func generateCrazyCompletions() {
49
} else {
50
file := "~/.local/bin/uvx"
51
if !utils.ExistsCommand(file) {
52
- utils.RunCmd("icon uv -ic")
+ utils.RunCmd("curl -LsSf https://astral.sh/uv/install.sh | sh")
53
}
54
uvx = file
55
cmd/version.go
@@ -8,7 +8,7 @@ import (
8
9
// Show the version of icon.
10
func version(_ *cobra.Command, args []string) {
11
- fmt.Println("0.31.1")
+ fmt.Println("0.31.2")
12
13
14
var versionCmd = &cobra.Command{
0 commit comments