chiark / gitweb /
b8d2cf5a1edd586f017eb9679f04fa055466a9af
[hippotat.git] / src / bin / client.rs
1 // Copyright 2021 Ian Jackson and contributors to Hippotat
2 // SPDX-License-Identifier: AGPL-3.0-or-later
3 // There is NO WARRANTY.
4
5 use hippotat::prelude::*;
6
7 fn main() {
8   let opts = config::Opts::from_args();
9   eprintln!("{:#?}", &opts);
10 }