# Command-Line Help for `qwit` This document contains the help content for the `qwit` command-line program. **Command Overview:** * [`qwit`↴](#qwit) * [`qwit markdown`↴](#qwit-markdown) * [`qwit show`↴](#qwit-show) * [`qwit validation`↴](#qwit-validation) * [`qwit excel`↴](#qwit-excel) ## `qwit` qwit cli **Usage:** `qwit [OPTIONS] [COMMAND]` ###### **Subcommands:** * `markdown` — [STABLE] print markdown doc of qwit to std out * `show` — [STABLE] show the dsv from the start in a nice way * `validation` — [STABLE] validate a dsv file against a dsv schema * `excel` — [PREVIEW] convert a excel file to a csv/dsv file ###### **Options:** * `-s`, `--sep ` Default value: `;` * `-w`, `--working-dir ` ## `qwit markdown` [STABLE] print markdown doc of qwit to std out **Usage:** `qwit markdown` ## `qwit show` [STABLE] show the dsv from the start in a nice way **Usage:** `qwit show [OPTIONS] --source ` ###### **Options:** * `-s`, `--source ` * `-n`, `--num ` Default value: `100` ## `qwit validation` [STABLE] validate a dsv file against a dsv schema **Usage:** `qwit validation --schema --source ` ###### **Options:** * `-s`, `--schema ` * `-s`, `--source ` ## `qwit excel` [PREVIEW] convert a excel file to a csv/dsv file **Usage:** `qwit excel --source --target ` ###### **Options:** * `-s`, `--source ` * `-t`, `--target `
This document was generated automatically by clap-markdown.