FAQ: How can I know where user inputs of my application come from
From DANSE
[edit]
How can I know where user inputs of my application come from (command line? odb? pml?)? How can I track where user inputs of subcomponents (and subsubcomponents ...) of my application come from?
./hello.py --help-properties
will show help messages of properties of hello application and where they come from.
./hello.py --greeter.help-properties
will show help messgaes of properties of the greeter component of the hello application and where they come from.
