fix: remove negative_description support
This commit is contained in:
parent
be9f92ad80
commit
c037a5cd78
1 changed files with 0 additions and 3 deletions
|
|
@ -35,17 +35,14 @@ console:
|
|||
|
||||
read_write:
|
||||
description: Display variables available in read_write mode
|
||||
negative_description: Display variables available in read_only mode
|
||||
default: false
|
||||
|
||||
show_secrets:
|
||||
description: Show secrets instead of obscuring them
|
||||
negative_description: Obscuring secrets instead of show them
|
||||
default: false
|
||||
|
||||
mandatory:
|
||||
description: Test mandatories variable before display in console
|
||||
negative_description: Do not test mandatories variable before display in console
|
||||
default: true
|
||||
"""
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue