fitst succesful access to gitea

This commit is contained in:
stubbfelnewpc
2020-07-22 00:11:48 +02:00
parent 28b4ba6844
commit 80ff9f11fd
2 changed files with 31 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ fn main() {
.get_matches();
let client_id = matches.value_of("client_id").unwrap();
let secret = matches.value_of("client_id").unwrap();
let secret = matches.value_of("secrect").unwrap();
let _eng = DummyEngine {};
let _podman_eng = PodmanEngine::new(env::current_dir().unwrap());
//let exectuor = NixIdeManageService::new(Box::new(eng));
@@ -53,7 +53,8 @@ fn main() {
v1_open_gitlab,
v1_open_inquirer_github,
v1_open_inquirer_gitlab,
v1_ide_state
v1_ide_state,
v1_open_oath
],
)
.manage(exectuor)