package
2.0.4
Repository: https://github.com/abguthrie/goquery.git
Documentation: pkg.go.dev

# Functions

InterpolateArguments fills in an alias' placeholders ($#) with provided arguments TODO add alias_test.go unit tests.
LoadHistoryFile attempts to read and return the history file from disk and parse it as new line delimited commands.
PrettyPrintQueryResults prints a given []result map set to standard out taking into consideration the current state.go's print mode.
ScheduleQueryAndWait schedules the provided query with the proved API, and implements blocking with a ctrl C interupt.
UpdateHistoryFile attempts to write a new line entry to the history file.