@nfts/noddy
import { defines, CommandLineParser } from "@nfts/noddy";
class CommandLine extends CommandLineParser {
constructor() {
super({
name: "xx",
description: "...",
});
}
}
```typescript import { defines, CommandLineParser } from "@nfts/noddy";
import { defines, CommandLineParser } from "@nfts/noddy";
class CommandLine extends CommandLineParser {
constructor() {
super({
name: "xx",
description: "...",
});
}
}