You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
920 B

  1. {
  2. "show_advanced": true,
  3. "language": "english",
  4. "manual_start": false,
  5. "optionals_cols": 3,
  6. "required": [
  7. {
  8. "data": {
  9. "nargs": "+",
  10. "commands": [],
  11. "display_name": "integers",
  12. "help": "an integer for the accumulator",
  13. "choices": []
  14. },
  15. "type": "TextField"
  16. }
  17. ],
  18. "requireds_cols": 1,
  19. "show_config": true,
  20. "default_size": [
  21. 610,
  22. 530
  23. ],
  24. "optional": [
  25. {
  26. "data": {
  27. "nargs": "",
  28. "commands": [
  29. "--sum"
  30. ],
  31. "display_name": "accumulate",
  32. "help": "sum the integers (default: find the max)",
  33. "choices": []
  34. },
  35. "type": "CheckBox"
  36. }
  37. ],
  38. "program_name": "tmpewuheq",
  39. "program_description": "Process some integers.",
  40. "target": "python c:\\users\\chris\\appdata\\local\\temp\\tmpewuheq.py"
  41. }