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
#[case::extend_base_command_with_sub_commands_by_adding_variants_new_variant(&["extended-check-sub-commands","my-sub-command"],"Executing new subcommand")]
28
-
#[case::extend_base_command_advanced_example(&["fix","--target","ci","new-sub-command"],"Executing new subcommand on CI.")]
29
-
#[case::extend_base_command_advanced_example_default_target(&["fix","new-sub-command"],"Executing new subcommand on workspace.")]
28
+
#[case::extend_base_command_advanced_example(&["extended-fix","--target","ci","new-sub-command"],"Executing new subcommand on CI.")]
29
+
#[case::extend_base_command_advanced_example_default_target(&["extended-fix","new-sub-command"],"Executing new subcommand on workspace.")]
0 commit comments