tmdc is a command-line application designed to process input files and generate output based on specified parameters. This README provides information on how to use the application and its available options.
tmdc [options]
-
--debug
(Default: Warning): Set output to debug messages. -
-f, --folder
(Default: docs): Input folder to be processed. -
-n, --name
(Default: test.md): Output file name. -
--force
(Default: false): Force overwrite of the output file. -
--test-xlsx-file
: Test xlsx file reader. Set to the file name. -
--help
: Display the help screen. -
--version
: Display version information.
# Run with debug output
tmdc --debug
# Process files from a specific folder
tmdc -f input_folder
# Specify the output file name
tmdc -n output_file.md
# Force overwrite of the output file
tmdc --force
# Test xlsx file reader with a specific file
tmdc --test-xlsx-file test.xlsx
This application is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
For any questions or support, please contact iegursoy28@gmail.com.