use clap's arg macro

pull/454/head
Dmitry Savintsev 3 years ago
parent 9cc468259d
commit 30914911e7

@ -33,8 +33,8 @@
//! [async-std]: https://docs.rs/async-std //! [async-std]: https://docs.rs/async-std
#![doc( #![doc(
html_logo_url = "https://aya-rs.dev/assets/images/crabby_dev.svg", html_logo_url = "https://aya-rs.dev/assets/images/crabby.svg",
html_favicon_url = "https://aya-rs.dev/assets/images/crabby_dev.svg" html_favicon_url = "https://aya-rs.dev/assets/images/crabby.svg"
)] )]
#![cfg_attr(docsrs, feature(doc_cfg))] #![cfg_attr(docsrs, feature(doc_cfg))]
#![deny(clippy::all, missing_docs)] #![deny(clippy::all, missing_docs)]

Loading…
Cancel
Save