2 references to BuildBashCommand
aspire (1)
Agents\Hooks\TelemetryHookConfigurator.cs (1)
136
["bash"] = HookCommandFormatter.
BuildBashCommand
(scripts.ShellScriptPath),
Aspire.Cli.Tests (1)
Agents\HookCommandFormatterTests.cs (1)
33
Assert.Equal("bash '/x/y.sh'", HookCommandFormatter.
BuildBashCommand
("/x/y.sh"));