- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineParser.cpp
r94d5ac6 r4dc309 67 67 command("Command options"), 68 68 fill("fill options"), 69 shape("shape options"), 69 70 fragmentation("Fragmentation options"), 70 71 graph("Graph options"), … … 82 83 CmdParserLookup["edit"] = &edit; 83 84 CmdParserLookup["fill"] = &fill; 85 CmdParserLookup["shape"] = &shape; 84 86 CmdParserLookup["fragmentation"] = &fragmentation; 85 87 CmdParserLookup["graph"] = &graph;
Note:
See TracChangeset
for help on using the changeset viewer.