You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -199,6 +199,8 @@ The short form of this option is `-n`.
Let's you choose the character used to separate fields in the CSV output. By default a comma (`,`) is used as the delimiter. If you want to use a tab as a delimiter, pass `--delimiter $'\t'` (Bash and Zsh) or `--delimiter (printf '\t')` (Fish).
The short form of this option is `-e`.
### `--version`
Show the version of HTMLTab you have installed, and exit.