refactor readme + wiki (#110)

* make readme more concise

* update wiki

* update wiki links inside readme
This commit is contained in:
Clément DOUIN
2021-04-18 23:08:50 +02:00
committed by GitHub
parent 82ce67f572
commit 4af2b6a0ac
3 changed files with 33 additions and 283 deletions
+3 -3
View File
@@ -130,17 +130,17 @@ pub fn msg_subcmds<'s>() -> Vec<App<'s, 's>> {
.arg(uid_arg()),
SubCommand::with_name("copy")
.aliases(&["cp", "c"])
.about("Copy a message to the targetted mailbox")
.about("Copies a message to the targetted mailbox")
.arg(uid_arg())
.arg(mbox_target_arg()),
SubCommand::with_name("move")
.aliases(&["mv", "m"])
.about("Move a message to the targetted mailbox")
.about("Moves a message to the targetted mailbox")
.arg(uid_arg())
.arg(mbox_target_arg()),
SubCommand::with_name("delete")
.aliases(&["remove", "rm", "del", "d"])
.about("Delete a message")
.about("Deletes a message")
.arg(uid_arg()),
SubCommand::with_name("template")
.aliases(&["tpl", "t"])