fix defaults in sample yml

This commit is contained in:
Paul Gauthier 2024-06-06 12:46:07 -07:00
parent 0068a35554
commit 645ace1d0e
4 changed files with 344 additions and 342 deletions

View file

@ -483,7 +483,7 @@ def get_sample_yaml():
def main():
print(get_help())
print(get_sample_yaml())
if __name__ == "__main__":