Skip to content

arti: Move proxy subcommand to a separate module.

gabi-250 requested to merge gabi-250/arti:proxy-subcmd into main

No functional changes, this is just code motion.

This helps organize the code in arti/src/lib.rs a bit: it now only contains the argument parsing and various other setup, and all the subcommands are contained in separate modules.

Merge request reports