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.

Fails to read argument strings starting with /

See original GitHub issue

When reading an argument of which the value starts with /, an empty string is returned. This is critical as I can’t take in absolute file paths without this.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
jpdillinghamcommented, Aug 18, 2020

Thanks for your patience. This is resolved with the 5.0.0 release.

0reactions
StefanH-ATcommented, Aug 14, 2020

Still not fixed? My program kinda relies on this

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python Command Line Argument String starts with '-'
I have a python script which takes in command line arguments as input for processing and I'm using argparse module for that. Relevant...
Read more >
CommandLineToArgvW function (shellapi.h) - Win32 apps
Parses a Unicode command line string and returns an array of pointers to the command line arguments, along with a count of such...
Read more >
10.2 Exceptions
The detail-str argument, if non-#f, should be a string that starts with a newline, since it is added near the end of the...
Read more >
Module Arg
Syntax of command lines: A keyword is a character string starting with a - . An option is a keyword alone or followed...
Read more >
String
Documentation. Fails if the given item is a string. The default error message can be overridden with the optional msg argument.
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