Skip to content

Commit 367580c

Browse files
committed
docs: Add notice about clap feature in doc comment
1 parent eb61dcc commit 367580c

File tree

1 file changed

+7
-0
lines changed
  • crates/stackable-telemetry/src/tracing

1 file changed

+7
-0
lines changed

crates/stackable-telemetry/src/tracing/mod.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,13 @@ pub enum Error {
221221
///
222222
/// ## Environment Variables and CLI Arguments
223223
///
224+
/// <div class="warning">
225+
///
226+
/// It should be noted that the CLI arguments (listed in parentheses) are only available when the
227+
/// `clap` feature is enabled.
228+
///
229+
/// </div>
230+
///
224231
/// ### Console logs
225232
///
226233
/// - `CONSOLE_LOG_DISABLED` (`--console-log-disabled`): Disables console logs when set to `true`.

0 commit comments

Comments
 (0)