Skip to content

Commit

Permalink
Update dependency DannyBen/bashly to v1.2.0 (#27)
Browse files Browse the repository at this point in the history
* Update dependency DannyBen/bashly to v1.2.0

* Update keencli with new bashly version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pavel Popov <[email protected]>
  • Loading branch information
renovate[bot] and tolkonepiu authored Jul 9, 2024
1 parent bb381a5 commit 924c393
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: gem install bashly -v "${BASHLY_VERSION}"
env:
# renovate: datasource=github-releases depName=DannyBen/bashly
BASHLY_VERSION: 1.1.10
BASHLY_VERSION: 1.2.0
- name: 🚀 Run bashly
run: bashly generate --upgrade
- name: suggester / bashly
Expand Down
154 changes: 18 additions & 136 deletions keencli
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# This script was generated by bashly 1.1.10 (https://bashly.dannyb.co)
# This script was generated by bashly 1.2.0 (https://bashly.dannyb.co)
# Modifying it manually is not recommended

# :wrapper.bash3_bouncer
Expand All @@ -17,15 +17,7 @@ version_command() {

# :command.usage
keencli_usage() {
if [[ -n $long_usage ]]; then
printf "keencli - Keenetic command-line interface written in Bash\n"
echo

else
printf "keencli - Keenetic command-line interface written in Bash\n"
echo

fi
printf "keencli - Keenetic command-line interface written in Bash\n\n"

printf "%s\n" "Usage:"
printf " keencli COMMAND\n"
Expand Down Expand Up @@ -76,15 +68,7 @@ keencli_usage() {

# :command.usage
keencli_request_usage() {
if [[ -n $long_usage ]]; then
printf "keencli request - Make an http-request to the Keenetic router\n"
echo

else
printf "keencli request - Make an http-request to the Keenetic router\n"
echo

fi
printf "keencli request - Make an http-request to the Keenetic router\n\n"

printf "%s\n" "Usage:"
printf " keencli request URL_PATH [REQUEST_DATA] [OPTIONS]\n"
Expand Down Expand Up @@ -144,15 +128,7 @@ keencli_request_usage() {

# :command.usage
keencli_show_usage() {
if [[ -n $long_usage ]]; then
printf "keencli show - Various diagnostic information\n"
echo

else
printf "keencli show - Various diagnostic information\n"
echo

fi
printf "keencli show - Various diagnostic information\n\n"

printf "%s\n" "Usage:"
printf " keencli show COMMAND\n"
Expand Down Expand Up @@ -181,15 +157,7 @@ keencli_show_usage() {

# :command.usage
keencli_show_system_usage() {
if [[ -n $long_usage ]]; then
printf "keencli show system - System status information\n"
echo

else
printf "keencli show system - System status information\n"
echo

fi
printf "keencli show system - System status information\n\n"

printf "%s\n" "Usage:"
printf " keencli show system [SUBCOMMAND] [OPTIONS]\n"
Expand Down Expand Up @@ -238,15 +206,7 @@ keencli_show_system_usage() {

# :command.usage
keencli_show_interface_usage() {
if [[ -n $long_usage ]]; then
printf "keencli show interface - Interface status\n"
echo

else
printf "keencli show interface - Interface status\n"
echo

fi
printf "keencli show interface - Interface status\n\n"

printf "%s\n" "Usage:"
printf " keencli show interface [INTERFACE_NAME] [SUBCOMMAND] [OPTIONS]\n"
Expand Down Expand Up @@ -306,15 +266,7 @@ keencli_show_interface_usage() {

# :command.usage
keencli_show_ip_usage() {
if [[ -n $long_usage ]]; then
printf "keencli show ip - IP information\n"
echo

else
printf "keencli show ip - IP information\n"
echo

fi
printf "keencli show ip - IP information\n\n"

printf "%s\n" "Usage:"
printf " keencli show ip COMMAND\n"
Expand All @@ -339,15 +291,7 @@ keencli_show_ip_usage() {

# :command.usage
keencli_show_ip_hotspot_usage() {
if [[ -n $long_usage ]]; then
printf "keencli show ip hotspot - Hotspots\n"
echo

else
printf "keencli show ip hotspot - Hotspots\n"
echo

fi
printf "keencli show ip hotspot - Hotspots\n\n"

printf "%s\n" "Usage:"
printf " keencli show ip hotspot COMMAND\n"
Expand All @@ -373,15 +317,7 @@ keencli_show_ip_hotspot_usage() {

# :command.usage
keencli_show_ip_hotspot_list_usage() {
if [[ -n $long_usage ]]; then
printf "keencli show ip hotspot list - Hotspot list\n"
echo

else
printf "keencli show ip hotspot list - Hotspot list\n"
echo

fi
printf "keencli show ip hotspot list - Hotspot list\n\n"

printf "%s\n" "Usage:"
printf " keencli show ip hotspot list [OPTIONS]\n"
Expand Down Expand Up @@ -432,15 +368,7 @@ keencli_show_ip_hotspot_list_usage() {

# :command.usage
keencli_show_ip_hotspot_summary_usage() {
if [[ -n $long_usage ]]; then
printf "keencli show ip hotspot summary - Hotspot summary\n"
echo

else
printf "keencli show ip hotspot summary - Hotspot summary\n"
echo

fi
printf "keencli show ip hotspot summary - Hotspot summary\n\n"

printf "%s\n" "Usage:"
printf " keencli show ip hotspot summary [OPTIONS]\n"
Expand Down Expand Up @@ -506,15 +434,7 @@ keencli_show_ip_hotspot_summary_usage() {

# :command.usage
keencli_show_internet_usage() {
if [[ -n $long_usage ]]; then
printf "keencli show internet - Internet check status\n"
echo

else
printf "keencli show internet - Internet check status\n"
echo

fi
printf "keencli show internet - Internet check status\n\n"

printf "%s\n" "Usage:"
printf " keencli show internet [OPTIONS]\n"
Expand Down Expand Up @@ -559,15 +479,7 @@ keencli_show_internet_usage() {

# :command.usage
keencli_show_ntce_usage() {
if [[ -n $long_usage ]]; then
printf "keencli show ntce - Show NTCE information\n"
echo

else
printf "keencli show ntce - Show NTCE information\n"
echo

fi
printf "keencli show ntce - Show NTCE information\n\n"

printf "%s\n" "Usage:"
printf " keencli show ntce COMMAND\n"
Expand All @@ -592,15 +504,7 @@ keencli_show_ntce_usage() {

# :command.usage
keencli_show_ntce_summary_usage() {
if [[ -n $long_usage ]]; then
printf "keencli show ntce summary - Show NTCE summary\n"
echo

else
printf "keencli show ntce summary - Show NTCE summary\n"
echo

fi
printf "keencli show ntce summary - Show NTCE summary\n\n"

printf "%s\n" "Usage:"
printf " keencli show ntce summary [OPTIONS]\n"
Expand Down Expand Up @@ -673,15 +577,7 @@ keencli_show_ntce_summary_usage() {

# :command.usage
keencli_config_usage() {
if [[ -n $long_usage ]]; then
printf "keencli config - Configuration files\n"
echo

else
printf "keencli config - Configuration files\n"
echo

fi
printf "keencli config - Configuration files\n\n"

printf "%s\n" "Usage:"
printf " keencli config CONFIGURATION_FILE [OPTIONS]\n"
Expand Down Expand Up @@ -729,15 +625,7 @@ keencli_config_usage() {

# :command.usage
keencli_log_usage() {
if [[ -n $long_usage ]]; then
printf "keencli log - System event log for system diagnostics\n"
echo

else
printf "keencli log - System event log for system diagnostics\n"
echo

fi
printf "keencli log - System event log for system diagnostics\n\n"

printf "%s\n" "Usage:"
printf " keencli log [OPTIONS]\n"
Expand Down Expand Up @@ -776,15 +664,7 @@ keencli_log_usage() {

# :command.usage
keencli_self_test_usage() {
if [[ -n $long_usage ]]; then
printf "keencli self-test - Full diagnostic information about this device\n"
echo

else
printf "keencli self-test - Full diagnostic information about this device\n"
echo

fi
printf "keencli self-test - Full diagnostic information about this device\n\n"

printf "%s\n" "Usage:"
printf " keencli self-test [OPTIONS]\n"
Expand Down Expand Up @@ -1609,6 +1489,7 @@ keencli_request_parse_requirements() {
# :command.required_args_filter
if [[ -z ${args['url_path']+x} ]]; then
printf "missing required argument: URL_PATH\nusage: keencli request URL_PATH [REQUEST_DATA] [OPTIONS]\n" >&2

exit 1
fi

Expand Down Expand Up @@ -2834,6 +2715,7 @@ keencli_config_parse_requirements() {
# :command.required_args_filter
if [[ -z ${args['configuration_file']+x} ]]; then
printf "missing required argument: CONFIGURATION_FILE\nusage: keencli config CONFIGURATION_FILE [OPTIONS]\n" >&2

exit 1
fi

Expand Down

0 comments on commit 924c393

Please sign in to comment.