Skip to content

Commit e04aa58

Browse files
Docs
1 parent 0e81559 commit e04aa58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pre_flight.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
/// Represents the two modes of operation for the `rabbitmqadmin` CLI:
16+
/// interactive (driven by a human) and non-interactive (driven by automation tools).
1517
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
1618
pub enum InteractivityMode {
1719
Interactive,

0 commit comments

Comments
 (0)