How to pass option argument to osCommand

I want to pass command options to my OScommand,how i can achieve same thing by using clispec file.
I tried with below code.

cmd name=“ping”>
help>
info>
callback>
exec>
osCommand>ping
/options>
interrupt>
ctrlc
/interrupt>
/options>
/exec>
/callback>
params>
param>
type>
simpleType namespace="" name=“string”>
info>
/simpleType>
/type>
/param>
/params>
/cmd>

could you please suggest some way to pass option arguments to my OsCommand

See clispec(5) man page (also available as an appendix to the UG):
/clispec/$MODE/cmd/callback/exec/args

Example: