Package detail

@nfts/noddy

```typescript import { defines, CommandLineParser } from "@nfts/noddy";

readme

@nfts/noddy

import { defines, CommandLineParser } from "@nfts/noddy";

class CommandLine extends CommandLineParser {
    constructor() {
        super({
            name: "xx",
            description: "...",
        });
    }
}