SFDCQuery.View.Printer (sfdc_query v0.1.2)

Summary

Functions

@spec break() :: :ok
Link to this function

line(size \\ 80)

@spec line(integer()) :: :ok
Link to this function

print(value, query)

@spec print(any(), SFDCQuery.Query.t()) :: :ok
Link to this function

print(value, query, opts)

@spec print(SFDCQuery.Query.t(), String.t() | {atom(), String.t()}, Keyword.t()) ::
  :ok
Link to this function

separator(size \\ 80)

@spec separator(integer()) :: String.t()