MCPcopy Create free account
hub / github.com/auth0/auth0-cli / RuleDisable

Method RuleDisable

internal/display/rules.go:100–103  ·  view source on GitHub ↗
(rule *management.Rule)

Source from the content-addressed store, hash-verified

98}
99
100func (r *Renderer) RuleDisable(rule *management.Rule) {
101 r.Heading("rule disabled")
102 r.Result(makeRuleView(rule))
103}
104
105func makeRuleView(rule *management.Rule) *ruleView {
106 return &ruleView{

Callers 1

disableRuleCmdFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeRuleViewFunction · 0.85

Tested by

no test coverage detected