Releases: heroesofcode/CLI-Table-Swift
Releases · heroesofcode/CLI-Table-Swift
1.1.0
What's changed
It is now possible to add colors provided by the framework and also add them by hexadecimal, see the example below:
var table = CLITable(headers: headers, tableColor: .blue, textColor: .green)
var table = CLITable(headers: headers, tableColor: .hex("#FF5733"), textColor: .hex("#2ECC71"))Full Changelog: 1.0.0...1.1.0
Initial release
- Initial release
Check the documentation