Skip to content

Replace CommandLineParser with something that support commands composition #14

@nvsnkv

Description

@nvsnkv

Currently CommandLineParser library is used to parse input of CLI tools. Unfortunately, this parser does not provide support of nested command/verbs, similar to what can be observed in docker or dotnet.
As a result, flow needs to be shipped as huge bundle of "independent" CLI apps, which makes deployments and usage a bit inconvinient.
Spectre.Console supports commands composition - that can be used to unify all flow functionality within one gateway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions