Uggla 089af268a7 Add draft completion script
- This is a sample file for completion

Change-Id: I3a61f4987107c6138767339aefef60ef30e0fd72
2017-03-22 22:10:35 +01:00

12 lines
134 B
Bash

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