Skip to content
Snippets Groups Projects
Commit 8f76ca4b authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

cli: add the missing "s" to den-list-data-envs

This align the naming to "den-list-benchmarks".
parent c3163c79
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@
@poulpe_cli.command()
@click.option("--den-path", type=click.Path(exists=True), default=".")
def den_list_data_env(den_path="."):
def den_list_data_envs(den_path="."):
"""Find and list Data Enviroment available in a Poulpe Den"""
den_root = Path(den_path)
den = den_mod.PoulpeDen(den_root)
......
......@@ -47,6 +47,6 @@
vanillia run
------------
$ poulpe den-list-data-env
$ poulpe den-list-data-envs
data-envs/bar
data-envs/foo
......@@ -53,7 +53,7 @@
den-generate-tasks Generate a tasks list from parameters.
den-list-benchmarks Find and list benchmarks available in a Poulpe Den
den-list-bin-env-setup Find and list automatic Binary Environment...
den-list-data-env Find and list Data Enviroment available in a...
den-list-data-envs Find and list Data Enviroment available in a...
den-setup-bin-env execute the content of a schedule file
diff-result use `poulpe diff-result --help` for details
env-desc use `poulpe env-desc --help` for details
......@@ -78,7 +78,7 @@
den-generate-tasks Generate a tasks list from parameters.
den-list-benchmarks Find and list benchmarks available in a Poulpe Den
den-list-bin-env-setup Find and list automatic Binary Environment...
den-list-data-env Find and list Data Enviroment available in a...
den-list-data-envs Find and list Data Enviroment available in a...
den-setup-bin-env execute the content of a schedule file
diff-result use `poulpe diff-result --help` for details
env-desc use `poulpe env-desc --help` for details
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment