aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zotcli.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fetch privacy groups.Harald Eilertsen2019-06-091-0/+13
|
* zotcli can now post messages with titles.Harald Eilertsen2019-06-091-2/+2
|
* Use clap_app macro to define args at compile time.Harald Eilertsen2019-06-091-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 Eilertsen2018-11-061-0/+6
|
* Move the post new item example code to new example app.Harald Eilertsen2018-11-061-0/+10
|
* Import macros explicitly in zot cli example.Harald Eilertsen2018-10-281-2/+9
| | | | This requires rust 1.30.0 or later.
* Move zot cli example modules into submodule.Harald Eilertsen2018-10-281-0/+108
Also rename example from zot to zotcli to avoid name clash.