Creating CLI Subcommands with Shared Options
Hey! I'm trying to create 2 cli subcommands for example
read and write and each of these have other subcommands, the point is I want some common options per the subcommand under read and write. This is the result
