todos-0.3: Easy-to-use TODOs manager.

Todos.Main

Synopsis

Documentation

todos :: RuntimeConfig c => TodosConfig c -> IO ()Source

Main function to run. User can specify TodosConfig with any runtime config type. By default (in todos.hs) defaultConfig is used, which uses DefaultConfig type.