--no_outcomes
Switch
--no_outcomes
Description
Clears the outcome fields list, overriding any --outcomes set via an init file (--from_file).
Argument and Default Value
No argument. Sets outcomefields to [] (action='store_const', const=[]).
Details
Useful when an init file already defines a default set of outcomes and you want to run a command with none, without editing the file. Command-line flag order matters with argparse store_const: whichever of --no_outcomes / --outcomes is parsed last wins if both are given.
Other Switches
Optional Switches:
Example Commands
dlatkInterface.py --from_file ~/my_project.ini --no_outcomes --show_tables