mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-01 01:16:29 +02:00
cli: add ppman install and list
This commit is contained in:
parent
e5225f05c9
commit
ff69a28a68
3 changed files with 73 additions and 0 deletions
cli/commands
7
cli/commands/ppman.js
Normal file
7
cli/commands/ppman.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
exports.command = 'ppman'
|
||||
exports.aliases = ['pkg']
|
||||
exports.describe = 'Package Manager'
|
||||
|
||||
exports.builder = yargs => yargs
|
||||
.commandDir('ppman_commands')
|
||||
.demandCommand()
|
Loading…
Add table
Add a link
Reference in a new issue