From 8b22ce447909b3c7b5bb721f711c280a114253eb Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Fri, 16 Jun 2023 06:59:38 +0900 Subject: [PATCH] docs(cli): update documentation to clarify use of hydra package. --- docs/reference/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/cli.md b/docs/reference/cli.md index 9fefff6d..16540fa7 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -1,3 +1,5 @@ # `hyfi.__cli__` +This module contains the command line interface for the `hyfi` package. It is implemented using the `hydra` package. You can run the CLI by executing the `hyfi` command. + ::: src.hyfi.__cli__