You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add HCL Format Output Fix (#27)
* Add HCL format output fix
* iterate version for release
---------
Co-authored-by: James Fotherby <jfotherby@quantcast.com>
add codec for protobuf .proto (#25)
This change just adds proto definition parsing for conversions to format or querying with gojq to a format of the following:
$package_name:
enum:
example:
ACTIVE: 1
INACTIVE: 0
message:
message_example:
- name: field1
- type: "int"
- number: 1
Add Appropriately Truncated View Port to TUI (#18)
add scaled view port to text user interface.
scaled view port
truncation of content
scroll/arrow/page up down for truncated preview content
go fmt