From c781347bc3bac1a3754f390fb2a9ca20899fa1fb Mon Sep 17 00:00:00 2001 From: Paco Hope Date: Tue, 9 Aug 2022 18:36:51 -0400 Subject: [PATCH] broke parsing out to a separate command for documentation --- src/tfscript/cli.py | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/src/tfscript/cli.py b/src/tfscript/cli.py index 57d236f..85b48ae 100644 --- a/src/tfscript/cli.py +++ b/src/tfscript/cli.py @@ -1,5 +1,13 @@ -"""CLI module for converting YAML to tfscript""" -# https://www.w3schools.io/file/yaml-arrays/ +""" +Command line module for making Team Fortress 2 macro scripts from +YAML source code. +""" + +__all__ = ['parseFile'] +__author__ = "Nicholas Hope