From 581bc2dd768ca0af390b9abb41a5c89f1bca19e3 Mon Sep 17 00:00:00 2001 From: untir_l <87096069+untir-l@users.noreply.github.com> Date: Fri, 18 Feb 2022 19:35:08 +0530 Subject: Reorganise CLI and lib into separate dirs, add doc comments for Doxygen --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 4bb7845..6348323 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "optparse"] - path = optparse +[submodule "cli/optparse"] + path = cli/optparse url = https://github.com/skeeto/optparse -- cgit v1.2.3-57-g22cb