Skip to content

Commit

Permalink
pipeline fix, hopefully - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jan 5, 2025
1 parent 67f2cab commit 254d004
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion abcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 1 addition & 5 deletions abcli/help/ssm.py
Original file line number Diff line number Diff line change
@@ -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(
Expand Down Expand Up @@ -35,8 +35,6 @@ def help_put(
tokens: List[str],
mono: bool,
) -> str:
options = "actions|repo"

return "\n".join(
[
show_usage(
Expand Down Expand Up @@ -76,8 +74,6 @@ def help_rm(
tokens: List[str],
mono: bool,
) -> str:
options = "actions|repo"

return show_usage(
[
"@ssm",
Expand Down

0 comments on commit 254d004

Please sign in to comment.