2 references to QuoteForBash
aspire (1)
Agents\Hooks\HookCommandFormatter.cs (1)
34
=> $"bash {
QuoteForBash
(shellScriptPath)}";
Aspire.Cli.Tests (1)
Agents\HookCommandFormatterTests.cs (1)
17
Assert.Equal(expected, HookCommandFormatter.
QuoteForBash
(input));