fix: re-export PIPESIZE from lib.rs

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-25 21:30:13 -03:00
parent c52ab9ed5f
commit 781108f6d3

View File

@@ -11,6 +11,8 @@ pub mod args;
// Re-export Args struct for library usage
pub use args::Args;
// Re-export PIPESIZE constant
pub use common::PIPESIZE;
#[cfg(test)]
mod tests;