fitst succesful access to gitea
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user