Add usage demo vidoe/GIF/asciinema

This commit is contained in:
timvisee 2018-05-18 14:45:00 +02:00
parent bec08c57ed
commit 5f1947d171
No known key found for this signature in database
GPG key ID: A28432A0AE6E6306
7 changed files with 1264 additions and 28 deletions

View file

@ -57,7 +57,7 @@ impl<'a> History<'a> {
table.set_format(FormatBuilder::new().padding(0, 2).build());
table.add_row(Row::new(vec![
Cell::new("#"),
Cell::new("URL"),
Cell::new("LINK"),
Cell::new("EXPIRY"),
Cell::new("OWNER TOKEN"),
]));

View file

@ -222,7 +222,7 @@ impl<'a> Upload<'a> {
let mut table = Table::new();
table.set_format(FormatBuilder::new().padding(0, 2).build());
table.add_row(Row::new(vec![
Cell::new("Share URL:"),
Cell::new("Share link:"),
Cell::new(url.as_str()),
]));
if matcher_main.verbose() {