Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Feb 8, 2025
1 parent e881380 commit d98e053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ pip install blue-objects

[![pylint](https://github.com/kamangir/blue-objects/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-objects/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-objects/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-objects/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-objects/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-objects/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-objects.svg)](https://pypi.org/project/blue-objects/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-objects)](https://pypistats.org/packages/blue-objects)

built by 🌀 [`blue_options-4.223.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_objects-5.309.1`](https://github.com/kamangir/blue-objects).
built by 🌀 [`blue_options-4.223.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_objects-5.310.1`](https://github.com/kamangir/blue-objects).

16 changes: 1 addition & 15 deletions blue_objects/.abcli/host.sh
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
#! /usr/bin/env bash

function abcli_host() {
local task=$(abcli_unpack_keyword $1 help)
local task=$(abcli_unpack_keyword $1 void)
local options=$2

if [ "$task" == "help" ]; then
abcli_show_usage "@host get name" \
"get $abcli_host_name."

options="dryrun"
abcli_show_usage "@host reboot [$options]" \
"reboot"

abcli_show_usage "@host shutdown [$options]" \
"shutdown."

return
fi

if [ $task == "get" ]; then
python3 -m blue_options.host \
get \
Expand Down
2 changes: 1 addition & 1 deletion blue_objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} data objects for Bash."

VERSION = "5.309.1"
VERSION = "5.310.1"

REPO_NAME = "blue-objects"

Expand Down

0 comments on commit d98e053

Please # to comment.