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.

Hardcoded description text cannot be modified

See original GitHub issue

I have a short description text in my config, like this: parser = configargparse.ArgumentParser( description='Just one sentence to describe my utility'. Now I noticed that ConfigArgParse appends several sentences to this, completely drowning out my (purposely short) description. I cannot seem to find a switch to change this behavior. Neither can I append line breaks (\n) to make it easier to read.

Is there a way to configure this?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
dbrnzcommented, Sep 4, 2020

I have the same issue…

0reactions
bw2commented, Feb 18, 2021

@dbrnz 's PR is now merged. Will wait a couple days to see if PR #210 gets fixed, then make a new release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to solve this issue of Hardcoded string? - Stack Overflow
Hardcoding text attributes directly in layout files is bad for several reasons: * When creating configuration variations (for example for ...
Read more >
Why can't I select and change the text in the footer?
Solution: If you can't directly edit footer text, it's probably the case that the footer placeholder has been turned off in Slide Master...
Read more >
Hard coding - Wikipedia
Hard-coded data typically can only be modified by editing the source code and recompiling the executable, although it can be changed in memory...
Read more >
CWE-798: Use of Hard-coded Credentials (4.9) - MITRE
The software contains hard-coded credentials, such as a password or cryptographic key, which it uses for its own inbound authentication, outbound communication ...
Read more >
Why You Should Avoid Hard Coding and Three Alternative ...
A best practice in technology is to not reference IDs or text directly, or “hard code” them. That same best practice applies to...
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