view-run
View details of a specific run
Options
--file
-f
Path to the Peglin save file
Type: FileInfo
--run
-r
Index of the run to view (0-based). If not provided, shows interactive selection
Type: Nullable`1
--export
-e
Export this run to file
Type: String
--import
-i
Import run from file path. Use 'true' to import from current save file using --run index
Type: String
Examples
peglin-save-explorer view-run
Usage Tips
- • Use
--help
with any command to see detailed usage information - • Global options
--verbose
and--clean
are available for all commands - • If no file is specified, the tool will use your configured default save file
Source Code
Implementation: ViewRunCommand