Skip to content

Support nested subcommands or groups of commands or #10

@szaghi

Description

@szaghi

Support arbitrarily nesting command line utilities: many CLI tools (e.g. git) has mode or group of commands, e.g. git commit [commit-options], git tag [tag-options] ...

Python module argparse has subparsers (used in FoBiS.py for example).

Python module click (see) has group of commands.

FLAP should implement on of these (or similar) paradigms.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions