You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument="--long-parameter" then name="long_parameter" is implicit).
21586
21586
*/
21587
21587
argument?: string | null;
21588
+
/**
21589
+
* Default
21590
+
* @default 0
21591
+
*/
21592
+
default: number;
21588
21593
/**
21589
21594
* Help
21590
21595
* @description Short bit of text, rendered on the tool form just below the associated field to provide information about the field.
* @description If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument="--long-parameter" then name="long_parameter" is implicit).
2649
2649
*/
2650
2650
argument?: string|null
2651
+
/**
2652
+
* Default
2653
+
* @default 0
2654
+
*/
2655
+
default: number
2651
2656
/**
2652
2657
* Help
2653
2658
* @description Short bit of text, rendered on the tool form just below the associated field to provide information about the field.
0 commit comments