Skip to content

Version 0.1.3: Fix Subdirectory Bug

Latest
Compare
Choose a tag to compare
@Sammidysam Sammidysam released this 10 Jan 00:08
· 3 commits to master since this release

The largest change in this version is fixing a critical subdirectory bug. This bug resulted in files in subdirectories of templates being put into the main directory where the template was being loaded, not actually in the subdirectory. Full changes:

  • When no arguments are given to the program, the program will print out help information rather than nothing.
  • When no actions are given to the program, the program will print out help information and also mention that no arguments were given to the program. This case happens when you run something like template this template. No command-line switches are present in that example.
  • Notify what files are being made while a template is being loaded. This should ease any concerns that something is not loading correctly.
  • Fix a rather critical subdirectory bug. As mentioned in the introduction to this version release, "this bug resulted in files in subdirectories of templates being put into the main directory where the template was being loaded, not actually in the subdirectory." Now, files within subdirectories will be loaded properly.

These changes should make starting to use the program less confusing.