Compare commits

..

2 Commits

Author SHA1 Message Date
Thomas Eppers
a82119f827 removed sturctopt macro 2021-10-20 18:56:16 +02:00
Thomas Eppers
c3c653f7a6 changed the info message with an indicator why there is no panel with a docker-compose file 2021-10-20 18:55:01 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ mod widget;
/// helps you searching or updating tags of your used docker images
#[derive(StructOpt, Debug)]
#[structopt(name = "main")]
pub struct Opt {
/// Show architectures of images and their sizes
#[structopt(short, long)]

View File

@ -52,7 +52,7 @@ impl NoYaml {
state: State::EditRepo,
repo,
tags: tag_list::TagList::with_status("Tags are empty"),
info: info::Info::new("edit the Repository widget to load tags"),
info: info::Info::new("could not find a docker-compose file"),
};
// load tags if a repository was given thorugh paramter