Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MANUAL.txt to remove false info on Lua mode not supporting -i #9757

Merged
merged 1 commit into from
May 14, 2024
Merged

Update MANUAL.txt to remove false info on Lua mode not supporting -i #9757

merged 1 commit into from
May 14, 2024

Conversation

iandol
Copy link
Contributor

@iandol iandol commented May 14, 2024

Current pandoc-lua does support REPL and -i as far as I understand.

Current pandoc-lua does support REPL and `-i` as far as I understand.
@jgm jgm merged commit 60533f1 into jgm:main May 14, 2024
1 of 4 checks passed
@jgm
Copy link
Owner

jgm commented May 14, 2024

I also note

% pandoc lua -h
pandoc: user error (unrecognized option `-h'
Usage: pandoc lua [options] [script [args]]
  -e stat    execute string 'stat'
  -i         interactive mode -- currently not supported
  -l mod     require library 'mod' into global 'mod';
             if 'mod' has the pattern 'g=module', then
             require library 'module' into global 'g'
  -v         show version information
  -E         ignore environment variables -- partially supported
  -W         turn warnings on -- currently not supported
)

@tarleb where is that message "interactive mode -- currently not supported" defined? We should change that.

@tarleb
Copy link
Collaborator

tarleb commented May 14, 2024

@iandol iandol deleted the patch-4 branch May 16, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants