You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the fields, aside from subcommand, of Config into a struct called Options.
Then move all the subcommand execution functions into subcommand.rs, with the main entry point being Subcommand::run with signature fn run(self, options: Options).
The text was updated successfully, but these errors were encountered:
Move the fields, aside from
subcommand
, ofConfig
into a struct calledOptions
.Then move all the subcommand execution functions into
subcommand.rs
, with the main entry point beingSubcommand::run
with signaturefn run(self, options: Options)
.The text was updated successfully, but these errors were encountered: