Bash Completion Omission | `--key-config`

Issue #50 wontfix
blakeca00 repo owner created an issue

The command to display the configuration json is not present in the commands presented by bash completion. Is missing the following:

$ keyup --key-config

This will display the following output:

<color-coded json>

Comments (2)

  1. blakeca00 reporter

    Closing as Won’t Fix.

    The above command is not recognized by keyup and is invalid; therefore, adding this to bash completion is not required.

    The correct command to display the keyup json config is as follows:

    $ keyconfig

  2. Log in to comment