-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using on Windows10 with the command rst2myst convert *.rst
it produces:
Usage: rst2myst convert [OPTIONS] [PATHS]...
Try 'rst2myst convert -h' for help.
Error: Invalid value for '[PATHS]...': Path '*.rst' does not exist.
I triple-checked the if I am in the right directory, where my .rst files are stored.
Also tried quoting the path.
Does anybody experienced that issue? On Linux it worked as expected.
Reproduce the bug
- in a conda environment install with
pip install rst-to-myst[sphinx]
- in terminal navigate to the folder where *.rst files are stored
- execute the command
rst2myst convert *.rst
List your environment
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working