CLIProfile constructor
CLIProfile({})
Implementation
CLIProfile({
required this.canQuote,
required this.canUseShortAccumulated,
required this.canUseParameters,
required this.canUseValuables,
required this.entries,
required this.quoteChars,
required this.escapeChar,
required this.spaceChar
});