Program line argument to specify the source
See original GitHub issueIt 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:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, removing one version helped! Great and thank you for the help 👍
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.