We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Examples:
prebyte input.txt --rule strict_variables=true prebyte input.txt --rule .md::default_variable_value=Fallback prebyte input.txt --rule README.md::strict_variables=false
Supported rules:
strict_variables
case_sensitive_variables
default_variable_value
variable_prefix
variable_suffix
max_variable_length
replace_tabs
tab_size
trim
allow_includes
include_path
output_encoding
allow_env
forbidden_env_vars
error_on_false_input
lua_instruction_limit
lua_memory_limit_bytes
max_include_depth
max_render_time_ms
max_output_size_bytes
max_loop_iteration
debug
Rule notes:
utf-8
utf-16
-o/--output
Prebyte
error_on_false_input=false
if
elseif
error_on_false_input=true
variables: greeting: Hello rules: strict_variables: false file_rules: .md: default_variable_value: Fallback profiles: friendly: variables: greeting: Hi
Top-level keys:
variables
include_paths
rules
file_rules
profiles
ignore