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:
parent
e939a8fffb
commit
d426b537b2
4 changed files with 175 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ use crate::config::HazeConfig;
|
|||
use bollard::Docker;
|
||||
use color_eyre::{eyre::WrapErr, Result};
|
||||
|
||||
mod args;
|
||||
mod cloud;
|
||||
mod config;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue