Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Oct 15, 2024
1 parent fc2200b commit c11b36d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/src/metasrv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ struct StartCommand {

/// The context for the command.
pub struct CmdContext {
// The config file path.
pub config_file: Option<String>,
// The environment variable prefix.
pub env_prefix: String,
}

Expand Down

0 comments on commit c11b36d

Please sign in to comment.