greatday.runners module

Contains this project’s clack runners.

run_add(cfg)[source]

Runner for the ‘add’ subcommand.

Parameters

cfg (AddConfig) –

Return type

int

run_list(cfg)[source]

Runner for the ‘list’ subcommand.

Parameters

cfg (ListConfig) –

Return type

int

run_tui(cfg)[source]

Runer for the ‘tui’ subcommand.

Parameters

cfg (TUIConfig) –

Return type

int