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

cli: add the missing "s" to den-list-bin-env-setups"

This align the naming to "den-list-benchmarks".
parent dd1718d4
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@
@poulpe_cli.command()
@click.option("--den-path", type=click.Path(exists=True), default=".")
def den_list_bin_env_setup(den_path="."):
def den_list_bin_env_setups(den_path="."):
"""Find and list automatic Binary Environment automated setup in a Poulpe Den"""
den_root = Path(den_path)
den = den_mod.PoulpeDen(den_root)
......@@ -190,7 +190,7 @@
Currently, only bin-env options can be used, more choices will be
implemented later.
See available bin-env options with `poulpe den-list-bin-env-setup`.
See available bin-env options with `poulpe den-list-bin-env-setups`.
\b
Example:
......
......@@ -24,7 +24,7 @@
vanillia run
------------
$ poulpe den-list-bin-env-setup
$ poulpe den-list-bin-env-setups
hg:
* MERCURIAL_VERSION an identifier of the Mercurial version we want to install
- REQUIRED
......
......@@ -47,19 +47,19 @@
--help Show this message and exit.
Commands:
bin-env-util use `poulpe bin-env-util --help` for details
den-check Verify and Summarise the state of a Poulpe Den
den-execute-tasks execute the content of a schedule file
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-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
result-compare Compare results together.
result-search use `poulpe result-search --help` for details
run-util use `poulpe run-util --help` for details
bin-env-util use `poulpe bin-env-util --help` for details
den-check Verify and Summarise the state of a Poulpe Den
den-execute-tasks execute the content of a schedule file
den-generate-tasks Generate a tasks list from parameters.
den-list-benchmarks Find and list benchmarks available in a Poulpe...
den-list-bin-env-setups Find and list automatic Binary Environment...
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
result-compare Compare results together.
result-search use `poulpe result-search --help` for details
run-util use `poulpe run-util --help` for details
The shell works
......@@ -72,19 +72,19 @@
--help Show this message and exit.
Commands:
bin-env-util use `poulpe bin-env-util --help` for details
den-check Verify and Summarise the state of a Poulpe Den
den-execute-tasks execute the content of a schedule file
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-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
result-compare Compare results together.
result-search use `poulpe result-search --help` for details
run-util use `poulpe run-util --help` for details
bin-env-util use `poulpe bin-env-util --help` for details
den-check Verify and Summarise the state of a Poulpe Den
den-execute-tasks execute the content of a schedule file
den-generate-tasks Generate a tasks list from parameters.
den-list-benchmarks Find and list benchmarks available in a Poulpe...
den-list-bin-env-setups Find and list automatic Binary Environment...
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
result-compare Compare results together.
result-search use `poulpe result-search --help` for details
run-util use `poulpe run-util --help` for details
We can activate the env
......
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