From 254d0041f23d93d8cf244eaa3993bfc339dc1932 Mon Sep 17 00:00:00 2001 From: kamangir Date: Sun, 5 Jan 2025 13:06:45 -0800 Subject: [PATCH] pipeline fix, hopefully - kamangir/bolt#746 --- README.md | 2 +- abcli/__init__.py | 2 +- abcli/help/ssm.py | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 97daa8fb..796c79a9 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.174.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.446.1`](https://github.com/kamangir/awesome-bash-cli). +built by 🌀 [`blue_options-4.174.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.447.1`](https://github.com/kamangir/awesome-bash-cli). diff --git a/abcli/__init__.py b/abcli/__init__.py index 6d1f949b..de38ace2 100644 --- a/abcli/__init__.py +++ b/abcli/__init__.py @@ -6,7 +6,7 @@ DESCRIPTION = f"{ICON} a language to speak AI." -VERSION = "9.446.1" +VERSION = "9.447.1" REPO_NAME = "awesome-bash-cli" diff --git a/abcli/help/ssm.py b/abcli/help/ssm.py index 5911c115..9c608353 100644 --- a/abcli/help/ssm.py +++ b/abcli/help/ssm.py @@ -1,6 +1,6 @@ from typing import List -from blue_options.terminal import show_usage, xtra +from blue_options.terminal import show_usage def help_get( @@ -35,8 +35,6 @@ def help_put( tokens: List[str], mono: bool, ) -> str: - options = "actions|repo" - return "\n".join( [ show_usage( @@ -76,8 +74,6 @@ def help_rm( tokens: List[str], mono: bool, ) -> str: - options = "actions|repo" - return show_usage( [ "@ssm",