Skip to content

Commit

Permalink
remove flag option
Browse files Browse the repository at this point in the history
  • Loading branch information
RodPaDev committed Nov 22, 2021
1 parent 5422896 commit 5348c09
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions file.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ func fileOpen(path string) *os.File {
func printCommandHelp() {
fmt.Println(tColor.White + "CSSify is a tool to convert a image to HTML & CSS")
fmt.Print("\nUsage:\n\n")
fmt.Print("\tcssify <image path> [arguments]\n\n")
fmt.Println("Flags:")
fmt.Println(" -h, -hex\tHexadecimal with transparency DEFAULT")
fmt.Println(" -r, -rgb\tRed Green Blue with transparency")
fmt.Print("\tcssify <image path>\n\n")
fmt.Print("\n")
os.Exit(0)
}

0 comments on commit 5348c09

Please sign in to comment.