feat: with working main
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-03 23:31:53 +02:00
parent 8ee05136df
commit 34417f77bc
8 changed files with 178 additions and 55 deletions

View File

@@ -13,6 +13,7 @@ fn get_base_args<'a>() -> Vec<&'a str> {
"list",
"--no-vcs",
"--engine=local",
"--token=something",
]
}