//! This module contains all the commands the program contains
// TODO: Add --generate-config flag for creating a default configuration
// TODO: Add rename command
pub use show_help_dialog;
pub use health_check;
pub use delete_project;
pub use get_local_projects;
pub use open_project;
pub use open_specific_project;
pub use new_project;
pub use git_clone;
pub use borrow_project;
pub use list_projects;