Documentation
¶
Index ¶
- type Service
- func (s *Service) CopyScript(sourceDir, targetDir, scriptName string) error
- func (s *Service) ExecuteScript(targetDir, scriptName string) error
- func (s *Service) GetScriptPath(targetDir, scriptName string) string
- func (s *Service) RemoveScript(targetDir, scriptName string) error
- func (s *Service) ScriptExists(sourceDir, scriptName string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct{}
Service handles script operations for the Strategic Claude Basic CLI
func (*Service) CopyScript ¶
CopyScript copies a script from the template source directory to the target directory
func (*Service) ExecuteScript ¶
ExecuteScript executes a script in the target directory
func (*Service) GetScriptPath ¶
GetScriptPath returns the full path to a script in the target directory
func (*Service) RemoveScript ¶
RemoveScript removes a script from the target directory
func (*Service) ScriptExists ¶
ScriptExists checks if a script exists in the source directory
Click to show internal directories.
Click to hide internal directories.