From fd3481717337a599ae828de004441d143b6f3ed2 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 17 Apr 2023 21:56:37 +0200 Subject: [PATCH] Readme: Add link to argp docs into Basic Example section --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 50554e3..fbbba60 100644 --- a/README.adoc +++ b/README.adoc @@ -218,6 +218,8 @@ struct SubCommandTwo { } ---- +For more information, refer to the https://docs.rs/argp/latest/argp/[argp documentation]. + == How to debug the expanded derive macro for `argp`