promptFolderPath property
String
get
promptFolderPath
Implementation
String get promptFolderPath {
switch (this) {
case TCliTool.claude:
return '$homeFolderPath/commands';
case TCliTool.codex:
return '$homeFolderPath/prompts';
case TCliTool.cursor:
return '$homeFolderPath/commands';
}
}