Skip to content

Commit

Permalink
release sleep + watch - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Nov 6, 2024
1 parent 514c370 commit 562a34e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 35 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.148.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.402.1`](https://github.com/kamangir/awesome-bash-cli).
built by 🌀 [`blue_options-4.149.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.403.1`](https://github.com/kamangir/awesome-bash-cli).
4 changes: 0 additions & 4 deletions abcli/.abcli/plugins/alias.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,10 @@ alias @random=abcli_string_random

alias @seed=abcli_seed

alias @sleep=abcli_sleep

alias @ssm=abcli_ssm

alias @storage=abcli_storage

alias @version="abcli version"

alias @watch=abcli_watch

alias @wifi=abcli_wifi
9 changes: 0 additions & 9 deletions abcli/.abcli/plugins/sleep.sh

This file was deleted.

18 changes: 0 additions & 18 deletions abcli/.abcli/plugins/watch.sh

This file was deleted.

4 changes: 2 additions & 2 deletions abcli/.abcli/tests/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ function test_abcli_help() {
"@plugins list_of_installed" \
"@plugins transform" \
\
"@sleep" \
"abcli_sleep" \
\
"@terraform" \
"@terraform cat" \
"@terraform disable" \
"@terraform enable" \
\
"@watch" \
"abcli_watch" \
\
"abcli"; do
abcli_eval ,$options \
Expand Down
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.402.1"
VERSION = "9.403.1"

REPO_NAME = "awesome-bash-cli"

Expand Down

0 comments on commit 562a34e

Please sign in to comment.