You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@simsong it's not this, it's the fact that just running rfcbibtex does not work. The executables that get put in the PATH use shebang. A batch file needs to be added.
Currently, the tool will fail to run from the command-line in Windows.
This is because the command-line functionality is based on shebangs, which do not work on Windows
#!/usr/bin/env python3
The text was updated successfully, but these errors were encountered: