Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/CommandLineUI/CommandLineParser.cpp

    r94d5ac6 r4dc309  
    6767  command("Command options"),
    6868  fill("fill options"),
     69  shape("shape options"),
    6970  fragmentation("Fragmentation options"),
    7071  graph("Graph options"),
     
    8283  CmdParserLookup["edit"] = &edit;
    8384  CmdParserLookup["fill"] = &fill;
     85  CmdParserLookup["shape"] = &shape;
    8486  CmdParserLookup["fragmentation"] = &fragmentation;
    8587  CmdParserLookup["graph"] = &graph;
Note: See TracChangeset for help on using the changeset viewer.