We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5422896 commit 5348c09Copy full SHA for 5348c09
file.go
@@ -60,10 +60,7 @@ func fileOpen(path string) *os.File {
60
func printCommandHelp() {
61
fmt.Println(tColor.White + "CSSify is a tool to convert a image to HTML & CSS")
62
fmt.Print("\nUsage:\n\n")
63
- fmt.Print("\tcssify <image path> [arguments]\n\n")
64
- fmt.Println("Flags:")
65
- fmt.Println(" -h, -hex\tHexadecimal with transparency DEFAULT")
66
- fmt.Println(" -r, -rgb\tRed Green Blue with transparency")
+ fmt.Print("\tcssify <image path>\n\n")
67
fmt.Print("\n")
68
os.Exit(0)
69
}
0 commit comments