Skip to content

Commit

Permalink
Remove whiteline which breaks the help message description
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Jun 24, 2024
1 parent daa7950 commit 9002b11
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cli/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ pub struct CliApp {
#[derive(Args, Collect, Clone, Default)]
pub struct GlobalOpts {
/// Environment to select from the config file. Environment is read from these sources in order of precedence:
///
/// 1. This command line argument
/// 2. $RESTATE_ENVIRONMENT
/// 3. The file $RESTATE_CLI_CONFIG_HOME/environment (default: $HOME/.config/restate/environment)
/// 1. This command line argument
/// 2. $RESTATE_ENVIRONMENT
/// 3. The file $RESTATE_CLI_CONFIG_HOME/environment (default: $HOME/.config/restate/environment)
/// If none of these are provided, the 'local' environment is used, pointing to an instance running locally.
#[arg(long, short, global = true, verbatim_doc_comment)]
pub environment: Option<Profile>,
Expand Down

0 comments on commit 9002b11

Please sign in to comment.