plugin-cli/rootfs/usr/bin
Alex Crawford 289b5fed66
Disambiguate `ha` and `hardware` commands (#58)
Attempting to use the hardware command without a leading "ha" results in
the following error:

    ha > hardware
    Note: Leading 'ha' is not necessary in this HA CLI
    Error: unknown command "rdware" for "ha"

Checking that the command starts with "ha " (note the space) will ensure
that the command string actually starts with a call to `ha`.
2021-06-19 16:43:50 +02:00
..
cli.sh Disambiguate `ha` and `hardware` commands (#58) 2021-06-19 16:43:50 +02:00