Personal Website Generated by Jemdoc
- macOS/Linux: The shell (e.g., bash or zsh) expands
*.jemdocinto a list of matching filenames before passing them to the Python script.
python ./jem/jemdoc.py *.jemdoc
- Windows: The command prompt (
cmd) or PowerShell does not automatically expand*.jemdoc. Instead, it passes the literal string*.jemdocto the Python script, which does not match any files unless the script itself handles globbing. Instead of using*.jemdoc, you can specify files explicitly on Windows.
python jem\jemdoc.py file1.jemdoc file2.jemdoc