Unverified Commit 564a6060 authored by sed-i's avatar sed-i Committed by Marc Cornellà

style(juju)!: don't show storage status in `wjst` for consistency (#10426)

BREAKING CHANGE: `wjst` will no longer show storage in the status
output. This is done for consistency with the `jst` and `jsts`
aliases.
parent cdd2d6ef
...@@ -164,6 +164,6 @@ jreld() { ...@@ -164,6 +164,6 @@ jreld() {
wjst() { wjst() {
local interval="${1:-5}" local interval="${1:-5}"
shift $(( $# > 0 )) shift $(( $# > 0 ))
watch -n "$interval" --color juju status --relations --storage --color "$@" watch -n "$interval" --color juju status --relations --color "$@"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment