Add draft completion script
- This is a sample file for completion Change-Id: I3a61f4987107c6138767339aefef60ef30e0fd72
This commit is contained in:
parent
3f55e6a430
commit
089af268a7
11
redfish-client/etc/bash_completion.d/redfish-client.bash
Normal file
11
redfish-client/etc/bash_completion.d/redfish-client.bash
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
_redfish-client_complete_baseopts()
|
||||||
|
{
|
||||||
|
case $2 in
|
||||||
|
|
||||||
|
--help|-h)
|
||||||
|
return 0
|
||||||
|
;;
|
||||||
|
|
||||||
|
esac
|
||||||
|
return 1
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user