# Functions
GetTime parses a string based on the given format and returns the time.
IsSliceContains checks if a string slice contains the given element or not.
NewProgressWriter returns a pre-configured progress writer.
NewTablePrinter returns a new Printer that print tables to os.Stdout.
ParseColumnConfigs parses the column configs taken from the config file.
Prompt shows the user a message and asks for input, then returns that.
Truncate chops the text at length and replaces the remaining with "...".
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Columns lists all available columns that can be printed.
HideableColumns lists all columns that can be hidden when printing.
# Structs
BasePrinterOpts represents the configuration for common printer options.
TableColumnConfig represents the configuration of a column.
TablePrinterOpts represents the configuration for a table base printer.
# Interfaces
Printer represents a printer that can write worklog entries.