chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-06-23 21:15:11 +02:00
parent 21d01a46f9
commit ee6c63ee14
67 changed files with 2358 additions and 2198 deletions

View file

@ -16,7 +16,7 @@ export default abstract class Script {
this.main(args).then((_) => console.log("All done"))
}
public printHelp(){
public printHelp() {
console.log(this._docs)
}
}