mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-08 19:15:17 +08:00
working
This commit is contained in:
13
local-cli/user.js
Normal file
13
local-cli/user.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Created by tdzl2003 on 2/13/16.
|
||||
*/
|
||||
|
||||
const {question} = require('./utils');
|
||||
|
||||
exports.commands = {
|
||||
login: async function ({args}){
|
||||
const username = args[0] || await question('user:');
|
||||
const password = args[1] || await question('password:', true);
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user