- Description:
This key represents an individual optional root value boundary configuration in the
root_value_boundary_optionalobject.The value is a boolean that determines whether the root value boundary is optional for a specific parameter name. When set to
true, the boundary tokens are optional for that parameter.- Appears in:
└── Snippet Format └── root_value_boundary_optional └── *- Type:
boolean- Examples:
In this example, we have configured root value boundaries to be optional for the
titleparameter.Copied to clipboard_snippets: example: snippet: <<example [[param]]>> params: param: parser: argument options: format: root_value_boundary_optional: title: true{ "_snippets": { "example": { "snippet": "<<example [[param]]>>", "params": { "param": { "parser": "argument", "options": { "format": { "root_value_boundary_optional": { "title": true } } } } } } } }