This PR adds the magic-cli search subcommand which previously partially worked, but:
Did not propagate errors correctly (true for all subcommands), hence the new MagicCliSubcommand trait which is introduced, which allows to run any subcommand and print its error afterwards in mcli.rs
This PR adds the
magic-cli search
subcommand which previously partially worked, but:MagicCliSubcommand
trait which is introduced, which allows to run any subcommand and print its error afterwards inmcli.rs