1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 19:46:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
tdzl2003
2016-02-14 00:04:42 +08:00
commit 74396f8426
10 changed files with 382 additions and 0 deletions

18
local-cli/cli.json Normal file
View File

@@ -0,0 +1,18 @@
{
"useCommand": true,
"defaultCommand": "help",
"commands": {
"login":{
"options": {
"username": {
}
}
},
"help": {
}
},
"globalOptions":{
}
}