Feedistiller.CLI
Command line interface for Feedistiller.
Summary
Functions
Specs
parse_argv([String.t]) ::
{:feeds, [global: Feedistiller.FeedAttributes.t, feeds: [Feedistiller.FeedAttributes.t]]} |
{:help, String.t}
Parse command line options and return a list of %FeedAttributes{}
.
Global options are expected to come before any --feed-url
options and
are applied to all feeds when not overloaded by being respecified after
a --feed-url
option.