Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fetch privacy groups. | Harald Eilertsen | 2019-06-09 | 1 | -0/+13 |
| | |||||
* | zotcli can now post messages with titles. | Harald Eilertsen | 2019-06-09 | 1 | -2/+2 |
| | |||||
* | Use clap_app macro to define args at compile time. | Harald Eilertsen | 2019-06-09 | 1 | -57/+37 |
| | | | | | | For some reason the clap_app macro does not accept subcommands with hyphens, so the subcommands `channel-strean` and `network-stream` has been changed to `channel` and `network` respectively. | ||||
* | Move abconfig example to new example app. | Harald Eilertsen | 2018-11-06 | 1 | -0/+6 |
| | |||||
* | Move the post new item example code to new example app. | Harald Eilertsen | 2018-11-06 | 1 | -0/+10 |
| | |||||
* | Import macros explicitly in zot cli example. | Harald Eilertsen | 2018-10-28 | 1 | -2/+9 |
| | | | | This requires rust 1.30.0 or later. | ||||
* | Move zot cli example modules into submodule. | Harald Eilertsen | 2018-10-28 | 1 | -0/+108 |
Also rename example from zot to zotcli to avoid name clash. |