diff --git a/src/main.rs b/src/main.rs index e4b890c..6d471e3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,6 +8,7 @@ use serde::ser::{Serialize, SerializeMap, Serializer, SerializeSeq}; use structopt::StructOpt; use toml_edit::{Document, Item, Table, Value, value}; +// TODO: Get more of the description in the README into the CLI help. #[derive(StructOpt)] #[structopt(about)] enum Args {