1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

init arg parsing

This commit is contained in:
Robin Appelman 2021-03-12 19:32:55 +01:00
commit d426b537b2
4 changed files with 175 additions and 1 deletions

View file

@ -3,6 +3,7 @@ use crate::config::HazeConfig;
use bollard::Docker;
use color_eyre::{eyre::WrapErr, Result};
mod args;
mod cloud;
mod config;