add custom config path (#86)

This commit is contained in:
Clément DOUIN
2021-04-17 23:19:34 +02:00
parent 3e0d1f704d
commit 95b99c25da
10 changed files with 44 additions and 32 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ fn attachment_arg<'a>() -> Arg<'a, 'a> {
.takes_value(true)
}
pub fn msg_subcmds<'a>() -> Vec<App<'a, 'a>> {
pub fn msg_subcmds<'s>() -> Vec<App<'s, 's>> {
vec![
SubCommand::with_name("list")
.aliases(&["lst", "l"])