OpenBB
OpenBB copied to clipboard
Core: move parse_simple_args
Description
Move the function parse_simple_args
:
- from:
openbb_terminal.helper_funcs
- into:
openbb_terminal.parent_classes
This function seems specific to controllers.
Plus that will ease automatic completion into some classes.