{ "_meta": { "filetypes": [], "has_aggregate": false, "has_provision": true, "has_write": false, "resources": [] }, "description": "Print a sequence of numbers.", "ignore_tokens": [], "options": [ { "description": "Use the given string as separator between numbers.", "long": null, "numeric_shorthand": false, "repeatable": false, "short": "-s", "value_kind": "text", "value_optional": false }, { "description": "Pad numbers with zeros to equal width.", "long": null, "numeric_shorthand": false, "repeatable": false, "short": "-w", "value_kind": "text", "value_optional": false }, { "description": "Format each number with a printf-style format string.", "long": null, "numeric_shorthand": false, "repeatable": false, "short": "-f", "value_kind": "text", "value_optional": false } ], "positional": [ { "kind": "text", "provided_by": [] }, { "kind": "text", "provided_by": [] }, { "kind": "text", "provided_by": [] } ], "rest": null }