feat: with extra churning repl thingy

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-26 19:31:54 +02:00
parent 8c41e1004c
commit 10eae9b36c
2 changed files with 64 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ struct Command {
enum Commands {
Bootstrap {
#[arg(env = "CHURN_AGENT", long)]
host: String,
agent: String,
#[arg(env = "CHURN_SERVER", long)]
server: String,
@@ -45,7 +45,7 @@ async fn handle_command(cmd: Command) -> anyhow::Result<()> {
if let Some(cmd) = cmd.command {
match cmd {
Commands::Bootstrap {
host,
agent,
server,
server_token,
} => todo!(),