plotcli.options

Undocumented in source.

Members

Aliases

cachedDocopt
alias cachedDocopt = memoize!(docopt.docopt)
Undocumented in source.

Functions

containOptions
bool containOptions(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
defaultOptions
auto defaultOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
helpText
string helpText()
Undocumented in source. Be warned that the author may not have intended to support it.
minimumExpectedIndex
auto minimumExpectedIndex(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
minimumExpectedIndex
auto minimumExpectedIndex(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
parseOptions
auto parseOptions(T msg)
Undocumented in source. Be warned that the author may not have intended to support it.
splitArgs
string[] splitArgs(string args)
Undocumented in source. Be warned that the author may not have intended to support it.
updateOptions
Options updateOptions(Options options, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
updateOptions
Options updateOptions(Options options, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
validData
bool validData(R1 xColumns, R1 yColumns, R2 columns)

Does the data fit with the given options?

validData
bool validData(Options options, RANGE columns)

Does the data fit with the given options?

Structs

OptionRange
struct OptionRange(T)

Range to correctly interpret 1,2,.. a,b,.. etc

Meta