mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Update cliparser.c
Change white to default user color
This commit is contained in:
parent
45ca5c416d
commit
38358e2e2a
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
#define _ExampleColor_(s) _YELLOW_(s)
|
||||
#define _CommandColor_(s) _RED_(s)
|
||||
#define _DescriptionColor_(s) _CYAN_(s)
|
||||
#define _ArgColor_(s) _WHITE_(s)
|
||||
#define _ArgHelpColor_(s) _WHITE_(s)
|
||||
#define _ArgColor_(s) s
|
||||
#define _ArgHelpColor_(s) s
|
||||
// End Custom Colors
|
||||
// Option width set to 30 to allow option descriptions to align. approx line 74
|
||||
// Example width set to 50 to allow help descriptions to align. approx line 93
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue