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.

Program line argument to specify the source

See original GitHub issue

It would be great to have a program line argument to pass the slide markdown file to the remarker:

npx remarker --source myslide.md

Because I have multiple slides at the moment in the same folder and would like to leave the name as it is.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
cansikcommented, Jan 13, 2018

Yes, removing one version helped! Great and thank you for the help 👍

0reactions
kt3kcommented, Jan 13, 2018

Sorry. npx wasn’t a problem. When I installed remarker both locally and globally and invoked global version, then the above behavior happpened. So using the local version explicitly or removing the global version would solve the problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to pass arguments when calling `source` command
The problem is I am calling source command from C++ program by creating custom interpreter and calling its eval, so no predefined arguments...
Read more >
A Little C Primer/C Command Line Arguments - Wikibooks
C allows a program to obtain the command line arguments provided when the executable is called, using two optional parameters of "main()" named...
Read more >
Command-line arguments - Rosetta Code
Retrieve the list of command-line arguments given to the program. For programs that only print the arguments when run directly, see Scripted ...
Read more >
Command line arguments in C using argc and argv
To use command line arguments in your program, you must first understand the full declaration of the main function, which previously has accepted...
Read more >
Command-Line Arguments (The Java™ Tutorials > Essential ...
A Java application can accept any number of arguments from the command line. This allows the user to specify configuration information when the...
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