Entering edit mode
8.2 years ago
sebastien.letort
▴
70
Hello,
I'd like to know how to define a default value and a description for an argument. I saw that CommandInputParameter has a 'default' and a 'label' fields, but not argument. My param is -o prefix
where prefix is assembly
when -o
is not used.
Ok, I misunderstood. I'll use CommandInputParameter.
thanks.