3.6.1. Command Group Aliases

All command groups can be referenced using the most unique short name.

3.6.1.1. Single Matches

$ # long names
$ axonshell devices labels

$ # short names
$ axonshell d l

3.6.1.2. Multiple Matches

$ # long names
$ axonshell adapters cnx discover
$ axonshell adapters cnx delete

$ # short names that fail due to too many matches that start with "d"
$ axonshell a c d

$ # short names that will work
$ axonshell a c di
$ axonshell a c de