Sentix v1.0.0 Sentix.Bridge.Options
This module handles option parsing for the command line flags Sentix allows
using against fswatch
. We separate this into a new module to aid testing and
keep all logic contained.
Summary
Functions
Specs
parse(options :: Keyword.t) :: options :: [binary]
Parses out any option flags into command line arguments.
This function may return arbitrarily nested lists which need flattened before
being used to execute fswatch
. Please see Sentix.start_link/3
for a list
of available options which can be used.