Skip to content

Add support for chained command execution #3

Description

@uproid

Overview

Add support for executing multiple commands sequentially in a single invocation.

Example

dart example/example_app.dart test -p hi --and help --and test -p by --and exit

Expected Behavior

  • Execute commands in the order they are provided.
  • Use --and as the command separator.
  • Stop execution if a command fails (or define configurable behavior if needed).
  • Preserve command-specific arguments for each command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions