Crates.io | mdtc |
lib.rs | mdtc |
version | 0.1.0 |
source | src |
created_at | 2022-08-25 23:05:38.492538 |
updated_at | 2022-08-25 23:05:38.492538 |
description | A simple program to generate a markdown table for the user |
homepage | https://github.com/chancehl/mdtc |
repository | https://github.com/chancehl/mdtc |
max_upload_size | |
id | 652461 |
size | 13,645 |
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]