command property
String
get
command
Implementation
String get command {
switch (this) {
case TCliTool.claude:
return 'claude';
case TCliTool.codex:
return 'codex';
case TCliTool.cursor:
return 'agent';
}
}