prevnext   » SZS: Wiimms SZS Toolset » wszst: Wiimms SZS Tool » wszst config

wszst config

Show all information about the search for the configuration file and its content. The command can also export the settings for scripts or can create or update configuration files.

Contents

1.   Syntax

wszst CONFIG [options]...

2.   Options

Options
Option Param Description
--config file Define a configuration file or a directory as source. In later case, file 'wiimms-szs-tools.conf' is searched.

If option is not not set, then file 'wiimms-szs-tools.conf' is searched in different directories. Use command 'wszst CONFIG' to get more details.

--install Manage configuration for an installation.
--autoadd-path directory Define an alternative directory as autoadd library. The default is, that the sub-directory called './auto-add/' of all search paths are used. Use wszst config -ll for tests.
-B --brief If printed as sections, exclude all comments. Otherwise suppress configuration search list.
-l --long If set, print the global search list too. If set twice, print the auto-add search list too. This option is ignored, if any script output is enabled.
--sections Dump info using configuration or section syntax. Use --var name as prefix.
--sh Dump info using SH syntax. Use --var name as prefix.
--bash Dump info using BASH syntax. Use --var name as prefix.
--json Dump info using JSON syntax. Options --var and --array are ignored.
--php Dump infos using PHP syntax. Use --var name as variable name of the resulting object.
--makedoc Dump infos using MakeDoc syntax. Use --var name as variable name of the resulting map.
--var varname Use VARNAME as variable name or prefix on script output. The default value is 'res' for variables and 'res_' as prefix.
--array Use an array on script output if possible. If arrays are not supported, then append a '_#' suffix with an zero based index to the variable name defined by --var name. In this case, only one output file is created.
--avar varname Shortcut for: --array --var name
--case case CASE is one of LOWER, AUTO (default) or UPPER.If LOWER or UPPER are set, then the lower/upper case of the variable names is adjusted accordingly.