#Code Review Request

6 messages · Page 1 of 1 (latest)

steep wadi
#

i made a small cli in rust and as I'm a beginner and its one of my first slightly bigger projects I wanted to ask how I could improve it code architecure-wise, especially handling errors and parsing the input args.
its here https://github.com/Swarkin/godot-cli

lament compass
sharp crystalBOT
#

A simple to use, efficient, and full-featured Command Line Argument Parser

Version

4.5.4

Downloads

221 394 561

steep wadi
#

to be honest I haven't even thought about using a crate for that

#

but now that you mention it, that might be better

lament compass
#

usually, if you think something is generic enough, there's often a crate for it