Skip to content

Add --ask flag to help command for interactive query support #80

@dreamer-coding

Description

@dreamer-coding

Summary

Add an --ask flag to the help command to allow users to ask natural-language questions about commands.

Motivation

Traditional help systems require users to know command names and flags in advance. An interactive query mode improves discoverability and usability, especially for new users.

Proposed Solution

Introduce an --ask flag that allows users to input a question and receive relevant command suggestions, usage details, and examples.

Alternatives Considered

Static help text and manual documentation lookup, which are slower and less intuitive.

Additional Context

This feature bridges CLI usability with modern AI-assisted workflows

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions