clapp
clapp copied to clipboard
A tool for building command line apps that aren't necessarily built for the command line.
Looks like your host is resolving 'latest' to https://mellamopablo.github.io/clapp/clapp/1.3.3/index.html which results in a 404 page. Looks like https://mellamopablo.github.io/clapp/clapp/1.3.2/index.html is working properly.
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...
There's multiple issues - gulp failing due to natives missing on node 10 - nsp failing because it is deprecated - dependencies generally being out of date I'll create a...
This seems to be environment specific but in a couple of environments, the unfulfilled_args help text is not being displayed properly. It seems to relate to this piece of code...
This implements the ability to define aliases for any command. Command objects now take an additional member "aliases", an array of strings, which can be used in place of the...
Currently using Clapp with Discord.js when I ran into a strange issue. 1. Say I have a command `foo` with a flag that takes in a string, something along the...
issue in question is caused by the following block of code App.js, line 213 ``` // Find whether or not the requested command exists var cmd = null; var userInputCommand...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `minimatch` from 3.0.0 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...