mdtc

Crates.iomdtc
lib.rsmdtc
version0.1.0
sourcesrc
created_at2022-08-25 23:05:38.492538
updated_at2022-08-25 23:05:38.492538
descriptionA simple program to generate a markdown table for the user
homepagehttps://github.com/chancehl/mdtc
repositoryhttps://github.com/chancehl/mdtc
max_upload_size
id652461
size13,645
Chance Linz (chancehl)

documentation

README

mdtc 0.1.0

A simple program to generate a markdown table for the user

USAGE:
    mdtc [OPTIONS]

OPTIONS:
    -c, --cols <COLS>    Number of columns to include [default: 1]
    -h, --help           Print help information
    -r, --rows <ROWS>    Number of rows to include [default: 1]
    -V, --version        Print version information
    -x, --copy           Saves the table to the clipboard as well as printing to stdout [default:
                         false]
Commit count: 5

cargo fmt