Xonsh Configuration Utility (xonsh.xonfig
)¶
The xonsh configuration (xonfig) utility.
-
xonsh.xonfig.
make_xonfig_wizard
(default_file=None, confirm=False, no_wizard_file=None)[source]¶ Makes a configuration wizard for xonsh config file.
- Parameters
- default_filestr, optional
Default filename to save and load to. User will still be prompted.
- confirmbool, optional
Confirm that the main part of the wizard should be run.
- no_wizard_filestr, optional
Filename for that will flag to future runs that the wizard should not be run again. If None (default), this defaults to default_file.