| ... | ... |
@@ -1,2 +1,4 @@ |
| 1 | 1 |
*.csv |
| 2 | 2 |
*.xlsx |
| 3 |
+.idea/** |
|
| 4 |
+.idea |
| ... | ... |
@@ -26,6 +26,7 @@ Please see below for a list of command line options. |
| 26 | 26 |
|
| 27 | 27 |
### Command line options |
| 28 | 28 |
|
| 29 |
+``` |
|
| 29 | 30 |
-? display usage information |
| 30 | 31 |
-colsep string |
| 31 | 32 |
column separator (default '|') (default "|") |
| ... | ... |
@@ -54,7 +55,7 @@ Please see below for a list of command line options. |
| 54 | 55 |
Column ranges are a comma-separated list of numbers (e.g. 1,4,8,16), intervals (e.g. 0-4,18-32) or a combination. |
| 55 | 56 |
Each comma group can take a type specifiers for the column, one of "text", "number", "date" or "standard", |
| 56 | 57 |
separated from numbers with a colon (e.g. 0:text,3-16:number,17:date) |
| 57 |
- |
|
| 58 |
+``` |
|
| 58 | 59 |
|
| 59 | 60 |
### License |
| 60 | 61 |
|