add list accounts command (#244)

This commit is contained in:
Clément DOUIN
2022-03-03 17:29:39 +01:00
parent e5164a2ce3
commit 736641bf77
21 changed files with 416 additions and 111 deletions
+2 -2
View File
@@ -5,5 +5,5 @@
//!
//! [clap's docs.rs website]: https://docs.rs/clap/2.33.3/clap/enum.Shell.html
pub mod compl_arg;
pub mod compl_handler;
pub mod compl_args;
pub mod compl_handlers;