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.

15 lines
291 B

  1. basic_config = {
  2. 'required': [{
  3. 'type': 'TextField',
  4. 'data': {
  5. 'display_name': 'Enter Commands',
  6. 'help': 'Enter command line arguments',
  7. 'nargs': '',
  8. 'commands': '',
  9. 'choices': [],
  10. }
  11. }],
  12. 'optional': []
  13. }