# mdtc 0.1.0 A simple program to generate a markdown table for the user ``` USAGE: mdtc [OPTIONS] OPTIONS: -c, --cols Number of columns to include [default: 1] -h, --help Print help information -r, --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] ```