Add draft completion script

- This is a sample file for completion

Change-Id: I3a61f4987107c6138767339aefef60ef30e0fd72
This commit is contained in:
Uggla 2017-03-22 21:49:29 +01:00
parent 3f55e6a430
commit 089af268a7

View File

@ -0,0 +1,11 @@
_redfish-client_complete_baseopts()
{
case $2 in
--help|-h)
return 0
;;
esac
return 1
}