Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jan 9, 2025
1 parent 08d1b04 commit e35bee6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 56 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.175.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.450.1`](https://github.com/kamangir/awesome-bash-cli).
built by 🌀 [`blue_options-4.175.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.451.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.450.1"
VERSION = "9.451.1"

REPO_NAME = "awesome-bash-cli"

Expand Down
52 changes: 0 additions & 52 deletions abcli/help/CV.py

This file was deleted.

2 changes: 0 additions & 2 deletions abcli/help/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from abcli.help.blueness import help_blueness
from abcli.help.browse import help_browse
from abcli.help.cp import help_cp
from abcli.help.CV import help_functions as help_CV
from abcli.help.docker import help_functions as help_docker
from abcli.help.download import help_download
from abcli.help.env import help_functions as help_env
Expand Down Expand Up @@ -51,7 +50,6 @@
"browse": help_browse,
"cat": help_cat,
"cp": help_cp,
"CV": help_CV,
"docker": help_docker,
"download": help_download,
"env": help_env,
Expand Down

0 comments on commit e35bee6

Please sign in to comment.