Compare commits
2 Commits
47752720b4
...
a82119f827
Author | SHA1 | Date | |
---|---|---|---|
|
a82119f827 | ||
|
c3c653f7a6 |
@ -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)]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user