updated structure of SshConfig
This commit is contained in:
@@ -10,14 +10,20 @@ export class SshConfig {
|
||||
}
|
||||
|
||||
/**
|
||||
* the current config
|
||||
* stores a config file
|
||||
*/
|
||||
get config(){
|
||||
storeConfig(dirPathArg:string){
|
||||
let done = plugins.q.defer();
|
||||
let configArray:configObject[];
|
||||
return configArray;
|
||||
|
||||
return done.promise;
|
||||
}
|
||||
};
|
||||
|
||||
let createConfigPath = () => {
|
||||
|
||||
}
|
||||
|
||||
export interface configObject {
|
||||
host:string;
|
||||
authorized:boolean;
|
||||
|
||||
Reference in New Issue
Block a user