0.3.3 • Published 2 years ago
@nfts/noddy v0.3.3
@nfts/noddy
import { defines, CommandLineParser } from "@nfts/noddy";
class CommandLine extends CommandLineParser {
constructor() {
super({
name: "xx",
description: "...",
});
}
}