2022-09-20 04:08:17 -04:00
|
|
|
===============================================================================
|
|
|
|
ALE Bicep Integration *ale-bicep-options*
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
bicep *ale-bicep-bicep*
|
|
|
|
|
|
|
|
g:ale_bicep_bicep_executable *g:ale_bicep_bicep_executable*
|
|
|
|
*b:ale_bicep_bicep_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'bicep'`
|
|
|
|
|
|
|
|
This variable can be set to change the path to bicep.
|
|
|
|
|
|
|
|
|
|
|
|
g:ale_bicep_bicep_options *g:ale_bicep_bicep_options*
|
|
|
|
*b:ale_bicep_bicep_options*
|
|
|
|
Type: |String|
|
2023-07-15 06:43:27 -04:00
|
|
|
Default: `''`
|
2022-09-20 04:08:17 -04:00
|
|
|
|
|
|
|
This variable can be set to pass additional options to bicep.
|
|
|
|
|
2023-07-15 06:43:27 -04:00
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
az_bicep *ale-bicep-az_bicep*
|
|
|
|
|
|
|
|
g:ale_bicep_az_bicep_executable *g:ale_bicep_az_bicep_executable*
|
|
|
|
*b:ale_bicep_az_bicep_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'az'`
|
|
|
|
|
|
|
|
This variable can be set to change the path to az_bicep.
|
|
|
|
|
|
|
|
|
|
|
|
g:ale_bicep_az_bicep_options *g:ale_bicep_az_bicep_options*
|
|
|
|
*b:ale_bicep_az_bicep_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to az_bicep.
|
|
|
|
|
2022-09-20 04:08:17 -04:00
|
|
|
===============================================================================
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|