commandsPath property

String get commandsPath

Implementation

String get commandsPath {
  switch (this) {
    case TCliTool.claude:
      return '$homePath/commands';
    case TCliTool.codex:
      return '$homePath/prompts';
    case TCliTool.cursor:
      return '$homePath/commands';
  }
}