ex_slp v0.1.1 ExSlp.Util
Summary
Functions
Compacts an Enumerable instance
Takes a keyword list and formats it as a command line arguments like: [ "-arg1", "val1", "-arg2", "val2", ... ] Known args: slptool v1: v(ersion), s(cope), l(anguage) slptool v2: v(ersion), s(cope), l(anguage), t(ime), i(nterfaces), u(nicastic) Unknown args would be dropped silently
Takes a keyword list and formats it as slptool opts list: “(arg1=val1),(arg2=val2)”
Formats the service url and makes it look like: service:myservice://
Takes a string of slptool opts and returns a keyword list
The normal URI.parse which truncates the “service:” preffix and the lifetime postfix
Functions
Takes a keyword list and formats it as a command line arguments like: [ "-arg1", "val1", "-arg2", "val2", ... ] Known args: slptool v1: v(ersion), s(cope), l(anguage) slptool v2: v(ersion), s(cope), l(anguage), t(ime), i(nterfaces), u(nicastic) Unknown args would be dropped silently.
Takes a keyword list and formats it as slptool opts list: “(arg1=val1),(arg2=val2)”