tbll 0.2.2

tbll outputs data in tabular format
Documentation
1
2
3
4
5
6
7
8
9
10
11
version: '3.8'

# to test operations on linux
services:
  tbll-dev:
    image: rust:1.80-slim-bullseye
    platform: linux/amd64
    volumes:
      - .:/usr/src/app
    working_dir: /usr/src/app
    command: sleep infinity