canonical / jhack

Chock-full of Juju hackery.
Apache License 2.0
50 stars 24 forks source link

Unable to run `jhack tail` without `--watch` #93

Closed carlcsaposs-canonical closed 1 year ago

carlcsaposs-canonical commented 1 year ago

Is it possible to run jhack tail without watching?

If --watch is not passed, it defaults to True. If --watch is passed, it is True.

jhack tail --watch=False fails with Option '--watch' does not take a value.

and jhack tail --no-watch fails with No such option: --no-watch Did you mean --watch?

PietroPasotti commented 1 year ago

can you try out #96 ?