Skip to content

Commit

Permalink
help refactor - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Nov 17, 2024
1 parent 6bee713 commit 4b998ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.157.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.417.1`](https://github.com/kamangir/awesome-bash-cli).
built by 🌀 [`blue_options-4.157.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.418.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.417.1"
VERSION = "9.418.1"

REPO_NAME = "awesome-bash-cli"

Expand Down
7 changes: 6 additions & 1 deletion abcli/help/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ def help_download(
tokens: List[str],
mono: bool,
) -> str:
options = "filename=<filename>"
options = "".join(
[
"filename=<filename>",
xtra(",overwrite", mono=mono),
]
)

open_options = "open,QGIS"

Expand Down

0 comments on commit 4b998ff

Please sign in to comment.