mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-12 17:58:55 +08:00
Updated enums to lowercase per the core guidelines. Bumped to wip v1.7
This commit is contained in:
@@ -10,7 +10,7 @@ int main() {
|
||||
indicators::option::Lead{"■"},
|
||||
indicators::option::Remainder{"-"},
|
||||
indicators::option::End{" ]"},
|
||||
indicators::option::ForegroundColor{indicators::Color::YELLOW},
|
||||
indicators::option::ForegroundColor{indicators::Color::yellow},
|
||||
};
|
||||
|
||||
// As configured, the bar will look like this:
|
||||
|
||||
Reference in New Issue
Block a user