Changes between Initial Version and Version 1 of Ticket #32153, comment 5


Ignore:
Timestamp:
Oct 30, 2020, 2:58:34 AM (4 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32153, comment 5

    initial v1  
    33management.call_command('command', '--foo 1 2')
    44management.call_command('command', foo=[1, 2])
    5 management.call_command('command', foo, [1, 2])
    65}}}
Back to Top