Add usage
This commit is contained in:
parent
9c1bf12886
commit
ae83c11649
19
README.md
19
README.md
@ -1,3 +1,22 @@
|
|||||||
# mfeed
|
# mfeed
|
||||||
|
|
||||||
very simple miniflux tool, expected for the tool to be piped to other programs.
|
very simple miniflux tool, expected for the tool to be piped to other programs.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```
|
||||||
|
$ mfeed
|
||||||
|
examples:
|
||||||
|
mfeed create {category_id} {feed_url}
|
||||||
|
|
||||||
|
usage: mfeed [-h] {feeds,categories,create} ...
|
||||||
|
feeds list all the feeds you have
|
||||||
|
categories list all the categories you have
|
||||||
|
create create a new feed
|
||||||
|
|
||||||
|
positional arguments:
|
||||||
|
{feeds, categories, create}
|
||||||
|
|
||||||
|
options:
|
||||||
|
-h, --help shows this help page
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user