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

Specifying multiple command line arguments prevents all output #24

Open
michaelainsworth opened this issue Dec 18, 2017 · 2 comments
Open

Comments

@michaelainsworth
Copy link

E.g., using -w, -t and -c together cause no output to be written. Likewise, -w and -t (without the -c compiler option) still causes no output to be written.

@zyedidia
Copy link
Owner

zyedidia commented Dec 18, 2017

I don't see why you would ever want to use -w and -t together since that is equivalent to providing neither flag. No output being outputted with -c on is correct behavior because the -c option is just for checking errors.

Let me know what your use case is and I might well want to change the behavior.

@michaelainsworth
Copy link
Author

I think you should be able to. E.g., the program first weaves the documentation together (with -w), then tangles the code (with -t), then compiles the code (with -c).

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

No branches or pull requests

2 participants