diff --git a/README.md b/README.md index 26e3dc50..d1b5a429 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ create a copy of [`sample.env`](./abcli/sample.env) as `.env` and fill in the se [![pylint](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/awesome-bash-cli/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/abcli.svg)](https://pypi.org/project/abcli/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/abcli)](https://pypistats.org/packages/abcli) -built by 🌀 [`blue_options-4.148.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.386.1`](https://github.com/kamangir/awesome-bash-cli). +built by 🌀 [`blue_options-4.148.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.387.1`](https://github.com/kamangir/awesome-bash-cli). diff --git a/abcli/__init__.py b/abcli/__init__.py index a9de6e45..5c9fba59 100644 --- a/abcli/__init__.py +++ b/abcli/__init__.py @@ -6,7 +6,7 @@ DESCRIPTION = f"{ICON} a language to speak AI." -VERSION = "9.386.1" +VERSION = "9.387.1" REPO_NAME = "awesome-bash-cli" diff --git a/abcli/help/mlflow/__init__.py b/abcli/help/mlflow/__init__.py index e11db20d..fe23f2cc 100644 --- a/abcli/help/mlflow/__init__.py +++ b/abcli/help/mlflow/__init__.py @@ -29,8 +29,6 @@ def help_get_id( tokens: List[str], mono: bool, ) -> str: - options = "actions|repo" - return show_usage( [ "@mlflow", @@ -82,8 +80,6 @@ def help_log_artifacts( tokens: List[str], mono: bool, ) -> str: - options = "actions|repo" - args = ["[--model_name ]"] return show_usage( @@ -132,8 +128,6 @@ def help_run( tokens: List[str], mono: bool, ) -> str: - options = "actions|repo" - return show_usage( [ "@mlflow",