aboutsummaryrefslogtreecommitdiff
path: root/src/args.rs
AgeCommit message (Collapse)AuthorLines
18 hoursi’m breaking the full feature now, get on my levelMelody Horn-1/+1
20 hoursfix no default featuresMelody Horn-1/+2
3 daysfix attribute formattingMelody Horn-2/+11
3 dayspretend to support GNU’s --no-print-directoryMelody Horn-1/+74
6 daysclippy momentMelody Horn-3/+1
6 daysupgrade from structopt to clap 4Melody Horn-25/+31
2021-04-14add command-line arguments to MAKEFLAGS so they get inherited by recursive callsMelody Horn-0/+35
2021-04-14only offer -C flag on full buildMelody Horn-0/+15
2021-04-14add -C flag to change directory before startingMelody Horn-0/+4
2021-04-05don't use &String where it makes a messMelody Horn-4/+10
2021-03-31issuing correction on a previous post of mine, regarding pub(crate)Melody Horn-17/+17
2021-03-28add (& somewhat test!) GNUful conditionalsMelody Horn-0/+7
2021-03-27appease clippy in makers::argsMelody Horn-5/+6
2021-03-27why `pub` when you can `pub(crate)`?Melody Horn-16/+16
2021-03-27boring changeszseri-1/+1
2021-03-27cargo fmtzseri-113/+168
2021-03-26implement builtins in the worst imaginable wayMelody Horn-4/+0
2021-03-26tune up argument handlingMelody Horn-12/+127
2021-03-23man i don't even fuckin know anymoreMelody Horn-13/+13
2021-03-23read argumentsMelody Horn-0/+189