Skip to content

Commit 6c872fa

Browse files
committed
package/klish: only show banner in interactive mode
Meaning, skip the CLI help message in non-interactive mode, allowing for: admin@gateway:~$ klish -c 'show mdns' Enabled : yes Domain : local Deny : wan HOSTNAME ADDRESS LAST SEEN SERVICES Living-Room.local 192.168.0.139 18:50:52 trel(57249) sleep-proxy(61936) raop(7000) srpl-tls(853) firefly-4.local 192.168.0.122 18:50:46 workstation(9) gimli.local 192.168.0.200 18:50:46 device-info(0) infix.local 192.168.0.1 18:50:47 https(443) workstation(9) ssh(22) https(443) Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent ec9a089 commit 6c872fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package/klish/klish.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Locally calculated
22
sha256 9d9d33b873917ca5d0bdcc47a36d2fd385971ab0c045d1472fcadf95ee5bcf5b LICENCE
3-
sha256 cd9bc969350b8b30d9a7a31b0f19fb3218c602f04fe7e6a1d80682a75ed26d18 klish-3ae496c43d90354ffa94d364d7775c089f0e119a-git4.tar.gz
3+
sha256 be6548a5a4f8c35906b02ea0ccb64cdd94d48bfe7133801353fbf658aa33d5c0 klish-8dca4da70a7794d5f4e0b047724bfe9e2088ebf3-git4.tar.gz

package/klish/klish.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
KLISH_VERSION = 3ae496c43d90354ffa94d364d7775c089f0e119a
7+
KLISH_VERSION = 8dca4da70a7794d5f4e0b047724bfe9e2088ebf3
88
KLISH_SITE = https://github.com/kernelkit/klish.git
99
#KLISH_VERSION = tags/3.0.0
1010
#KLISH_SITE = https://src.libcode.org/pkun/klish.git

0 commit comments

Comments
 (0)