From fe2a1ec1ea54ca2caf2c4522e5fe25753296eb4c Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 12 Nov 2019 13:22:24 -0500 Subject: [PATCH] Remove autogenerated Abscissa doc comments --- zebrad/src/commands.rs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/zebrad/src/commands.rs b/zebrad/src/commands.rs index 09f7592e..e3101f04 100644 --- a/zebrad/src/commands.rs +++ b/zebrad/src/commands.rs @@ -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;