Josh Berry
Josh Berry
Thanks for the suggestion, I'll keep it in mind!
Unfortunately this isn't something that Tab Stash is really designed for or that can easily be supported—you would basically have to come up with your own CSS, which is quite...
I'm not really sure how the title prefix helps here; figuring out if Tab Stash is open seems like a comparatively minor thing vs. the effort required to modify Tab...
@wolfy-j We'll soon have things set up for you to start publishing API docs once you're ready. To publish from CI, you just need to generate the docs and then:...
We have this problem with batch commands too; examples: - https://github.com/temporalio/cli/blob/4a9a176f1ff0002b5ab902d0d898203d83527072/batch/batch_commands.go#L175 - https://github.com/temporalio/cli/blob/4a9a176f1ff0002b5ab902d0d898203d83527072/batch/batch_commands.go#L193 - https://github.com/temporalio/cli/blob/4a9a176f1ff0002b5ab902d0d898203d83527072/batch/batch_commands.go#L220
Another command with a similar issue, as reported in #307 (in this case, there is no output instead of an empty array or similar): `temporal schedule list`
This should be done in 0.12.
Thanks for the request, this should be fairly straightforward to do. I'll keep it in mind for a future release!
Your suggestion seems fine to me. 👍
Took a quick look at the code and [preprocessOptions()](https://github.com/temporalio/cli/blob/f806427a06f251f38e74ca34608484d1d08ccc45/temporalcli/commands.go#L110) does not appear to check the environment variable, but looks directly at the command line arguments. So I think this is...