Updated version
This commit is contained in:
parent
d245b12fdd
commit
8e853d5b21
|
|
@ -1,2 +1,3 @@
|
||||||
pics/
|
pics/
|
||||||
build/
|
build/
|
||||||
|
snap/
|
||||||
|
|
@ -53,7 +53,7 @@ var (
|
||||||
rootCmd = &cobra.Command{
|
rootCmd = &cobra.Command{
|
||||||
Use: "ascii-image-converter [image path]",
|
Use: "ascii-image-converter [image path]",
|
||||||
Short: "Converts images into ascii format",
|
Short: "Converts images into ascii format",
|
||||||
Version: "1.2.0",
|
Version: "1.2.1",
|
||||||
Example: " ascii-image-converter myImage.jpeg\n\n" +
|
Example: " ascii-image-converter myImage.jpeg\n\n" +
|
||||||
"For further details, visit https://github.com/TheZoraiz/ascii-image-converter",
|
"For further details, visit https://github.com/TheZoraiz/ascii-image-converter",
|
||||||
Long: `This tool converts images into ascii format and prints them onto the terminal window. Further configuration can be managed with flags`,
|
Long: `This tool converts images into ascii format and prints them onto the terminal window. Further configuration can be managed with flags`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue