Currently the warning banner text, if set, must be via a separate command line argument to augur export v2:
|
config.add_argument('--warning', metavar="text or file", help="Text or file in Markdown format to be displayed as a warning banner by Auspice") |
It would be convenient if this were also possible to set via the auspice-config JSON. (If both are provided the command line argument would be used.)
Currently the warning banner text, if set, must be via a separate command line argument to
augur export v2:augur/augur/export_v2.py
Line 922 in 5396f59
It would be convenient if this were also possible to set via the auspice-config JSON. (If both are provided the command line argument would be used.)