mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-01 01:16:29 +02:00
validate json instead of a json header, and lots of cleanup
This commit is contained in:
parent
0da1cd5867
commit
de449c6d56
15 changed files with 272 additions and 269 deletions
cli/commands
|
@ -1,7 +1,7 @@
|
|||
exports.command = 'ppman'
|
||||
exports.aliases = ['pkg']
|
||||
exports.describe = 'Package Manager'
|
||||
exports.command = 'ppman';
|
||||
exports.aliases = ['pkg'];
|
||||
exports.describe = 'Package Manager';
|
||||
|
||||
exports.builder = yargs => yargs
|
||||
.commandDir('ppman_commands')
|
||||
.demandCommand()
|
||||
.demandCommand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue