postit 0.2.3

Task manager on your CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Contains commands used for documentation purposes.
//!
//! Their information can be accessed by using the following commands:
//! - postit docs <COMMAND>
//! - postit flag <COMMAND>

mod command;
mod flag;

pub use command::Command;
pub use flag::Flag;