alces-software / adminware

A sandbox CLI for running commands remotely across nodes
1 stars 0 forks source link

Add `quit` as alias to `exit` #112

Closed ColonelPanicks closed 5 years ago

ColonelPanicks commented 5 years ago

It's a frustrating habit, is it possible to create an alias so I don't get an error when I type quit, please??

adminware> quit
Usage: adminware  [OPTIONS] COMMAND [ARGS]...

Error: No such command "quit".
adminware> exit
[root@login1(directtest) adminware]#
WilliamMcCumstie commented 5 years ago

We should look to build this into appliance_cli instead of adminware proper . Eventually appliance_cli will extracted into a shared library. This will allow the change to be rolled out into our other products TBA