CronyAkatsuki a5a58dfd32 Print out help message.
Print our help message when run with no argument's or --help|-h.
2023-11-11 20:14:44 +01:00
2023-11-09 07:51:26 +01:00
2023-11-09 07:51:26 +01:00
2023-11-09 07:51:26 +01:00
2023-11-11 20:14:44 +01:00
2023-11-10 21:25:14 +01:00

mfeed

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
Description
Simple miniflux cli tool.
Readme 41 KiB
Languages
Go 100%