We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74113b commit ff98dbdCopy full SHA for ff98dbd
src/pre_flight.rs
@@ -23,7 +23,6 @@ pub enum InteractivityMode {
23
NonInteractive,
24
}
25
26
-
27
impl InteractivityMode {
28
pub fn from_env() -> Self {
29
if is_enabled_in_env("RABBITMQADMIN_NON_INTERACTIVE_MODE") {
0 commit comments