Sample docs loader (#365)

This commit is contained in:
cybermaggedon 2025-05-06 13:43:17 +01:00 committed by GitHub
parent 9e4eb634a4
commit 54e475fa3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 818 additions and 56 deletions

View file

@ -1,7 +1,8 @@
#!/usr/bin/env python3
"""
Dumps out the current configuration
Uploads a flow class definition. You can take the output of
tg-get-flow-class and load it back in using this utility.
"""
import argparse
@ -37,7 +38,7 @@ def main():
parser.add_argument(
'-c', '--config',
help=f'Initial configuration to load',
help=f'Initial configuration to load, should be raw JSON',
)
args = parser.parse_args()