
- This is a sample file for completion Change-Id: I3a61f4987107c6138767339aefef60ef30e0fd72
12 lines
134 B
Bash
12 lines
134 B
Bash
_redfish-client_complete_baseopts()
|
|
{
|
|
case $2 in
|
|
|
|
--help|-h)
|
|
return 0
|
|
;;
|
|
|
|
esac
|
|
return 1
|
|
}
|