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
Right now cargo run [input] [output.pdf] watches the pdf and updates it on file change. The default should probably be just a one time compile, and the --watch option should result in the current behavior. I'm not sure if something as full featured as clap is fully necessary and I'd like to keep binary size as small as possible, but I'd like to use a solid library instead of doing it manually.
The text was updated successfully, but these errors were encountered:
Right now
cargo run [input] [output.pdf]
watches the pdf and updates it on file change. The default should probably be just a one time compile, and the--watch
option should result in the current behavior. I'm not sure if something as full featured asclap
is fully necessary and I'd like to keep binary size as small as possible, but I'd like to use a solid library instead of doing it manually.The text was updated successfully, but these errors were encountered: