Using Workbench Command

Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.

Full Documentation:

Documentation Home
Create Operation Class header (.h) and implementation (.cxx) files.

Usage:  <operation-class-name>
        <command-line-switch>
        <short-description>
        [-no-parameters]

    operation-class-name
        Required name of the operation class that MUST start with "Operation"
    
    command-line-switch
        Required command line switch for operation.
    
    short-description
        Required short description within double quotes.
    
    -no-parameters
        Optional parameter if the operation does not use parameters.