Línea de Comandos#

Zrythm comes with a few utilities below that can be used from the CLI.

zrythm#

Zrythm executable.

-h, --help#

Print a list of available options.

--pretty#

Pretty-print the output (where applicable).

-p, --print-settings#

Imprime todos los ajustes del usuario. Puede combinarse con zrythm --pretty para obtener una impresión bonita, como la siguiente.

../_images/print-settings.png
--reset-to-factory#

Restablecer los valores por defecto de los ajustes de usuario.

Nota

Sólo afecta a la configuración impresa con zrythm -p. Esto no afectará a ningún fichero de la ruta de usuario Zrythm.

Advertencia

Esto borrará TODOS los ajustes de usuario.

-v, --version#

Imprimir información de la versión.

Prints the Zrythm version.

zrythm_launch#

Wrapper over zrythm that sets the correct paths before launching Zrythm. All of the options for zrythm can also be passed to zrythm_launch.