All public logs
Combined display of all available logs of XPUB & Lens-Based wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:06, 27 March 2025 Wordfa talk contribs created page Writer.js (Created page with "<syntaxhighlight lang="js"> const fs = require("node:fs"); var exec = require("child_process").exec; console.log("Writing some Dot Dot"); // Check to see if the -f argument is present const strict = process.argv.indexOf("-s") > -1 ? true : false; // Checks for --custom and if it has a value const artistIndex = process.argv.indexOf("-a"); let artistValue; var args = process.argv.slice(2); console.log(args) if (artistIndex > -1) { // Retrieve the value after --cu...") Tag: Visual edit