module StandupMD::Cli::Helpers

Module responsible for reading and writing standup files.

Public Instance Methods

print(entry) click to toggle source

Print an entry to the command line.

@param [StandupMD::Entry] entry

@return [nil]