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