mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 17:49:15 +02:00
Add usage demo vidoe/GIF/asciinema
This commit is contained in:
parent
bec08c57ed
commit
5f1947d171
7 changed files with 1264 additions and 28 deletions
|
@ -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"),
|
||||
]));
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue