File tree 1 file changed +7
-19
lines changed
1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -38,31 +38,19 @@ export const main = (args: minimist.ParsedArgs) => {
38
38
}
39
39
40
40
function printHelp ( ) {
41
- const helpText = `
42
- =================================
43
- @nealwp/blobview
44
- =================================
41
+ const helpText = `Generate BigQuery SQL views from JSON.
45
42
46
- Generate BigQuery SQL views from JSON.
47
-
48
- Usage:
49
-
50
- @nealwp/blobview [options] <filepath>
43
+ Usage:
44
+ @nealwp/blobview [options] <filepath>
51
45
52
46
Arguments:
53
-
54
- filepath path to valid JSON file
47
+ filepath path to valid JSON file
55
48
56
49
Options:
50
+ -t TABLE, --table=TABLE specify a table name to use in FROM clause. default: "<table>"
51
+ -d DATASET, --dataset=DATASET specify a dataset to use in FROM clause. default: "<dataset>"
52
+ -h, --help show help`
57
53
58
- --help, -h show help
59
-
60
- --dataset=DATASET, specify a dataset to use in FROM clause. default: "<dataset>"
61
- -d DATASET
62
-
63
- --table=TABLE, specify a table name to use in FROM clause. default: "<table>"
64
- -t TABLE
65
- `
66
54
console . log ( helpText )
67
55
}
68
56
You can’t perform that action at this time.
0 commit comments