Vendor argh sources

Further customization will come in future commits
This commit is contained in:
topjohnwu
2025-10-17 23:48:31 -07:00
committed by John Wu
parent 5bcb55b7fc
commit b72ba6759e
23 changed files with 3039 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
use super::argh::{EarlyExit, MissingRequirements};
use crate::{Utf8CStr, Utf8CString, cstr, ffi};
use argh::{EarlyExit, MissingRequirements};
use libc::c_char;
use std::fmt::Arguments;
use std::io::Write;