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__