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:
|
read_write:
|
||||||
description: Display variables available in read_write mode
|
description: Display variables available in read_write mode
|
||||||
negative_description: Display variables available in read_only mode
|
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
show_secrets:
|
show_secrets:
|
||||||
description: Show secrets instead of obscuring them
|
description: Show secrets instead of obscuring them
|
||||||
negative_description: Obscuring secrets instead of show them
|
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
mandatory:
|
mandatory:
|
||||||
description: Test mandatories variable before display in console
|
description: Test mandatories variable before display in console
|
||||||
negative_description: Do not test mandatories variable before display in console
|
|
||||||
default: true
|
default: true
|
||||||
"""
|
"""
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue