diff --git a/docs/cli.md b/docs/cli.md index 3ccc7a4..80d7d14 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -3,12 +3,12 @@ `matchmaps` is built to be used from the command-line. See the following utilities below. You can also print these messages in the command-line via the `--help` option. ```{eval-rst} -.. autoprogram:: matchmaps._compute_realspace_diff:parse_arguments() +.. autoprogram:: matchmaps._parsers:matchmaps_parser :prog: matchmaps -.. autoprogram:: matchmaps._compute_ncs_diff:parse_arguments() - :prog: matchmaps.ncs - -.. autoprogram:: matchmaps._compute_mr_diff:parse_arguments() +.. autoprogram:: matchmaps._parsers:matchmaps_mr_parser :prog: matchmaps.mr + +.. autoprogram:: matchmaps._parsers:matchmaps_ncs_parser + :prog: matchmaps.ncs ```