Skip to content

Commit 9170c30

Browse files
author
cortex-lp
committed
added how to use
1 parent adb7ad0 commit 9170c30

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

scan-and-clean-toml.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/usr/bin/env node
22

3+
/**
4+
* How to use:
5+
* run the following command:
6+
* node scan-and-clean-toml.js --toml data/urls.toml --dir content/en --out data/urls.toml --json paths.report.json
7+
*/
8+
39
const fs = require("fs-extra");
410
const path = require("path");
511
const { globby } = require("globby");

0 commit comments

Comments
 (0)