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
|
/// 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)]
|
||||||
|
@ -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("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
|
// load tags if a repository was given thorugh paramter
|
||||||
|
Loading…
Reference in New Issue
Block a user