question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Option to suppress key input when outfile is not empty

See original GitHub issue

Description

It’s much happy if I can pass -y or any swithc to suppress prompt when I use any CI.

https://github.com/KirillOsenkov/SourceBrowser/blob/cc4b60915b5e71561719dfe7767f8afbe44c9c1b/src/HtmlGenerator/Utilities/Paths.cs#L70

Current workaround

clean out folder before HtmlGenerator generate html.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
KirillOsenkovcommented, Sep 23, 2016

I’ve just accepted a PR from @cklutz which implements /force parameter to suppress the confirmation on whether to delete the destination directory. Hope this works as you expect. The change is in 1.0.13 NuGet. I’m going to close this issue but please open a new one if anything is still broken.

0reactions
guitarrapccommented, Aug 23, 2016

Fantastic. Thank you for advice.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Filter empty and/or null values with jq - json
Here is one solution that works with jq's -r command-line option: to_entries[] | select(.value | . == null or .
Read more >
Remove null values (and keys) from JSON #104 - jqlang/jq
I can get it to output only the values, but the keys are dropped. I've tried various combinations of the recurse, map, select...
Read more >
How can I suppress output from grep, so that it only returns ...
Just redirect output of grep to /dev/null : grep sample test.txt > /dev/null echo $? ... This will fail to echo $? if...
Read more >
MySQL 8.0 Reference Manual :: 13.2.13.1 SELECT ... INTO ...
INTO OUTFILE writes the selected rows to a file. ... If the FIELDS ESCAPED BY character is not empty, it is used when...
Read more >
KeyboardEvent: key property - Web APIs | MDN
The KeyboardEvent interface's key read-only property returns the value of the key pressed by the user, taking into consideration the state ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found