MS-Painter / Folden

Cross platform PC application. System wide file watchers handling made simple.
MIT License
20 stars 3 forks source link

Client subcommand logic abstraction #12

Closed MS-Painter closed 3 years ago

MS-Painter commented 3 years ago

Wrap creation, iteration and execution of subcommand in the client CLI application with an abstraction.

Instead of doing tons of if statements should just iterate over each subcommand supplied to the abstraction object - Executing based on the inner for's if statement.

MS-Painter commented 3 years ago

Builder abstraction like clap App builds itself with more args.