Skip to content

v1.0.52: Handle text/plain content-type (#53)

Choose a tag to compare

@anton-b anton-b released this 01 Jul 11:57
· 41 commits to master since this release
039df03
* Whitespace cleanup

* Handle text/plain content-type

Introduced to enable serving commands that need to be run client side
using alcli

```
alcli command sub_command  | bash
```