Skip to content

Rose::Cmdline::Unnamed enum

Constants to be used with CommandlineProcessing::isOptionWithParameter to specify the removeOption argument.

Synopsis

Declared in <SageIII/sage_support/cmdline.h>

enum Unnamed enum;

Members

Name

Description

KEEP_OPTION_IN_ARGV

Don't remove the CLI option from the input argv

REMOVE_OPTION_FROM_ARGV

Remove the CLI option from the input argv

Created with MrDocs