Skip to content

Commit

Permalink
@help blueness - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jan 5, 2025
1 parent a0e9b9e commit 7096828
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 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.441.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.442.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.441.1"
VERSION = "9.442.1"

REPO_NAME = "awesome-bash-cli"

Expand Down
17 changes: 17 additions & 0 deletions abcli/help/blueness.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
from typing import List

from blue_options.terminal import show_usage, xtra


def help_blueness(
tokens: List[str],
mono: bool,
) -> str:
return show_usage(
[
"blueness",
"upgrade",
],
"upgrade blueness 🌀.",
mono=mono,
)
2 changes: 2 additions & 0 deletions abcli/help/functions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from abcli.help.generic import help_functions as generic_help_functions

from abcli.help.aws_batch import help_functions as help_aws_batch
from abcli.help.blueness import help_blueness
from abcli.help.browse import help_browse
from abcli.help.cp import help_cp
from abcli.help.docker import help_functions as help_docker
Expand Down Expand Up @@ -43,6 +44,7 @@
{
"aws_batch": help_aws_batch,
"badge": help_badge,
"blueness": help_blueness,
"browse": help_browse,
"cat": help_cat,
"cp": help_cp,
Expand Down

0 comments on commit 7096828

Please sign in to comment.