InitFlags
Description:
[ Flags ]
[ CCode ( cprefix = "AUG_" ) ]
public enum InitFlags
Flags to influence the behaviour of Augeas
Content:
Enum values:
- ENABLE_SPAN - Load span positions for
nodes related to a file
- NONE
- NO_ERR_CLOSE - Do not automatically
close when encountering an error during start up
- NO_LOAD - Do not automatically load files
associated with lenses on start up
- NO_MODL_AUTOLOAD - Do not
automatically load all lenses found in the search paths on start up
- NO_STDINC - Do not search the built in
default directories for lenses
- SAVE_BACKUP - Preserve originals of
modified files with extension '.augsave'
- SAVE_NEWFILE - Save changes into a
new file with extension '.augnew'
- SAVE_NOOP - Make save a no-op process,
just show what would have changed
- TRACE_MODULE_LOADING - Output
a message when a lens is loaded, used by 'augparse --trace'
- TYPE_CHECK - Type check lenses