mirror of
				https://github.com/KevinMidboe/motdGOi.git
				synced 2025-10-29 17:50:24 +00:00 
			
		
		
		
	very small fix
This commit is contained in:
		| @@ -130,14 +130,14 @@ The default font is `standard`. These are the builtin fonts: | |||||||
| Other fonts can mainly be found on [figlet](http://www.figlet.org). You have to load them as in [this example](#other-font). | Other fonts can mainly be found on [figlet](http://www.figlet.org). You have to load them as in [this example](#other-font). | ||||||
|  |  | ||||||
| ## Todo | ## Todo | ||||||
| - [x] Cli client | - [ ] Tests? | ||||||
| - [ ] automatically the perfect char margin | - [ ] automatically the perfect char margin | ||||||
| - [ ] Linebreak possible? | - [ ] Linebreak possible? | ||||||
|  | - [ ] Pointer-Value standarization | ||||||
|  | - [x] Cli client | ||||||
| - [x] Colors in the cli client | - [x] Colors in the cli client | ||||||
| - [x] No dependencies (fatih/color) | - [x] No dependencies (fatih/color) | ||||||
| - [x] Truecolor support | - [x] Truecolor support | ||||||
| - [x] More parsers (HTML) | - [x] More parsers (HTML) | ||||||
| - [x] Better parsers (maybe stored in a map) | - [x] Better parsers (maybe stored in a map) | ||||||
| - [ ] Pointer-Value standarization |  | ||||||
| - [x] Writer choosing for writing to file | - [x] Writer choosing for writing to file | ||||||
| - [ ] Tests |  | ||||||
|   | |||||||
| @@ -14,7 +14,7 @@ var ( | |||||||
| 	font     *string = flag.String("font", "", "Font name to use") | 	font     *string = flag.String("font", "", "Font name to use") | ||||||
| 	fontpath *string = flag.String("fontpath", "", "Font path to load fonts from") | 	fontpath *string = flag.String("fontpath", "", "Font path to load fonts from") | ||||||
| 	colors   *string = flag.String("colors", "", "Character colors separated by ';'\n\tPossible colors: black, red, green, yellow, blue, magenta, cyan, white, or any hexcode (f.e. '885DBA')") | 	colors   *string = flag.String("colors", "", "Character colors separated by ';'\n\tPossible colors: black, red, green, yellow, blue, magenta, cyan, white, or any hexcode (f.e. '885DBA')") | ||||||
| 	parser   *string = flag.String("parser", "terminal", "Parser to use\tPossible parsers: terminal (default), html") | 	parser   *string = flag.String("parser", "terminal", "Parser to use\tPossible parsers: terminal, html") | ||||||
| 	file     *string = flag.String("file", "", "File to write to") | 	file     *string = flag.String("file", "", "File to write to") | ||||||
| ) | ) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user