Add updated HELP.md
This commit is contained in:
@@ -5,7 +5,7 @@ import {fileURLToPath} from "node:url";
|
||||
import {StrVM} from "../vm.js";
|
||||
import fs from "node:fs";
|
||||
|
||||
const helpFile = () => `${dirname(fileURLToPath(import.meta.url))}/../../../HELP.txt`
|
||||
const helpFile = () => `${dirname(fileURLToPath(import.meta.url))}/../../../HELP.md`
|
||||
const helpContents = () => fs.readFileSync(helpFile(), 'utf8')
|
||||
|
||||
export class Help extends Command<{}> {
|
||||
|
||||
Reference in New Issue
Block a user