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 0e81559 commit e04aa58Copy full SHA for e04aa58
src/pre_flight.rs
@@ -12,6 +12,8 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
+/// Represents the two modes of operation for the `rabbitmqadmin` CLI:
16
+/// interactive (driven by a human) and non-interactive (driven by automation tools).
17
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
18
pub enum InteractivityMode {
19
Interactive,
0 commit comments