Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 673 Bytes

map-absolute.md

File metadata and controls

17 lines (12 loc) · 673 Bytes

map-absolute

Usage: maze map-absolute [options] <input-path> [pathfinding-mode]
Example: maze map-absolute ./examples/absolute/input.txt dsktra

Takes an absolute node graph text file, converts it into an interactive diagram, and performs a pathfinding algorithm.

Options:

Argument Description Default
-o --output-folder Specifies the folder path where output result files will be written. Program folder
-i --ignore-parse-errors Ignores or corrects non-fatal errors when parsing input text files. False
-r --raw Exports raw graph and path data to separate files. False

Commands List