OHNONOTAMOTH
OHNONOTAMOTH
I have the same error
` - name: F# file_extension: fsx compile_command: fsc $SRC_PATH run_command: $EXE_PATH ` will that work?
amended commit to satisfy xlint
``` processor : 0 vendor_id : AuthenticAMD cpu family : 25 model : 80 model name : AMD Ryzen 9 5900HX with Radeon Graphics stepping : 0 microcode : 0xa50000c...
I mean, how should we Remove the generation from the binary?
so I assume I should just make the uudoc binary create another folder inside of the SRC folder called the man folder, generate the Roff files for every command and...
I cloned the repo and added this code to the uudoc main function ``` let util_map = util_map(); for i in std::iter::once("coreutils") .chain(util_map.keys().copied()) .map(|x| clap_mangen::Man::new(match x == "coreutils" { true...