thecodeah / quicli

Create CLI's quickly without any external files!

Home Page:https://quicli.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chaining

thecodeah opened this issue · comments

Something like this:

cli.addCommand("mycommand", (flags) => {
    
})
.setDescription("Does absolutely nothing...")
.addFlag("name", "string")
.addFlag("age", "number")
.addAlias("myothercommand")

Added in bc95ec7