We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df5811 commit 80b7e95Copy full SHA for 80b7e95
src/TestConsole/ProgramTokenReplacer.fs
@@ -34,7 +34,7 @@ let getCmd =
34
)
35
setAction (fun (package: string) ->
36
if package.StartsWith("@") then
37
- printfn $"{package}"
+ printfn $"package name: '{package}'"
38
0 // success
39
else
40
eprintfn "The package name does not start with a leading @"
@@ -48,7 +48,6 @@ let main argv =
48
configure (fun cfg ->
49
// Skip @ processing
50
cfg.ResponseFileTokenReplacer <- null
51
- cfg
52
53
noAction
54
addCommand getCmd
0 commit comments