Skip to content

Add auto complete for sub commands #34

Description

@maxhartke

The polymarket CLI has no shell completion support, making it harder to discover subcommands and flags interactively. Tools like docker, gh, and kubectl all ship with completion scripts (zsh, bash, fish) or support a completion subcommand that generates them on demand. It would be great if polymarket either bundled completion scripts or supported polymarket completion zsh|bash|fish — the latter is easy to add with clap's built-in clap_complete crate and takes minimal effort. Happy to contribute a PR if that would help.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions