Skip to content

Enhance BASH completion #9

Description

@bheisig

Expected behavior

When using bash the completion script should auto-complete user keyboard interactions for every single command and its options. This includes:

  • All commands, for example read
  • All common options, for example --help or -c
  • All command-specific options and arguments, for example idoitcli read server

Actual behavior

Script only supports a subset of available commands, but not a single option/argument.

Steps to reproduce the behavior

idoitcli re<tab>
idoitcli read ser<tab>

Environment

Question Answer
idoitcli version 0.5

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions