Remove autogenerated Abscissa doc comments
This commit is contained in:
parent
910268a45b
commit
fe2a1ec1ea
|
|
@ -1,16 +1,4 @@
|
|||
//! Zebrad Subcommands
|
||||
//!
|
||||
//! This is where you specify the subcommands of your application.
|
||||
//!
|
||||
//! The default application comes with two subcommands:
|
||||
//!
|
||||
//! - `start`: launches the application
|
||||
//! - `version`: print application version
|
||||
//!
|
||||
//! See the `impl Configurable` below for how to specify the path to the
|
||||
//! application's configuration file.
|
||||
// TODO: update the list of commands above or find a way to keep it
|
||||
// automatically up to date.
|
||||
|
||||
mod config;
|
||||
mod connect;
|
||||
|
|
|
|||
Loading…
Reference in New Issue