Can you please show me how to save output file to another location?
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 26
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Hey I am trying to use your software and it works out of the box, I wonder if you could help me with this little issue though.
I am very new to this and scripting in general, so please bear with me if I seem slow.
.\2bbcode.bat example.md
The above works fine and prints out a bbcode file in the same directory as the 2bbcode.bat file. I am trying to get the output file saved to another directory, I have tried
.\2bbcode.bat .\example.md -o .\test\test.bbcode
It just saves it to the same location as the 2bbcode.bat file.
Can you please show me how to save it to another location? Am on windows. Thank you.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting 2bbcode.bat and reproduce the Windows command shown in the issue. Check how the script handles the input and output arguments, then document the supported command syntax or clarify whether saving to another directory is supported; done when a user can follow the instructions to place the generated BBCode file in the requested location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- cli
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100