:allow_comments: False .. _doc_user_manual_cli: Command line interface ====================== Met.3D supports the following command line arguments when started from a shell. Setting environment variables and invoking Met.3D ------------------------------------------------- * MET3D_BASE and Met3D_HOME * GPU under WSL .. _loading data from command line: Loading data ------------ After creating a dataset using the GUI, as explained in :ref:`Load from GUI`, you can use the saved dataset configuration file (file extension `.pipeline.conf`) and automatically load it on programm start-up using the ``-d`` or ``--datasets`` command line options. These expect a seimicolon separated list of dataset configuration files. Example: :: met3d --datasets=/path/to/dataset.pipeline.conf;/path/to/dataset2.pipeline.conf Loading sessions ---------------- Loading actors -------------- Batch mode ----------