Compare commits

..

No commits in common. "a82119f827c8c2983a6647c1cabcb0a9284119a0" and "47752720b4404d7618176d57954794469bc91bd2" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

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

View File

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