mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-02 18:06:27 +02:00
Piston lint
This commit is contained in:
parent
d61fb8ec5b
commit
f2c91acbe6
57 changed files with 1121 additions and 893 deletions
cli/commands
|
@ -2,6 +2,4 @@ exports.command = 'ppman';
|
|||
exports.aliases = ['pkg'];
|
||||
exports.describe = 'Package Manager';
|
||||
|
||||
exports.builder = yargs => yargs
|
||||
.commandDir('ppman_commands')
|
||||
.demandCommand();
|
||||
exports.builder = yargs => yargs.commandDir('ppman_commands').demandCommand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue