BrettMayson / HEMTT

Build System for Arma 3
https://brettmayson.github.io/HEMTT
GNU General Public License v2.0
109 stars 40 forks source link

Template utility doesn't work #280

Closed DerZade closed 4 years ago

DerZade commented 4 years ago

HEMTT Version: 0.7.4 (although --version logs 0.7.3 😂)

Description: Template utility throws error when used.

Steps to reproduce:

HEMTT Output:

./tools/hemtt.exe template {{name}}
error: Found argument '{{name}}' which wasn't expected, or isn't valid in this context

USAGE:
    hemtt.exe template [FLAGS] [OPTIONS] [SUBCOMMAND]

For more information try --help
jokoho48 commented 4 years ago

The Template system is currently in a Major Restructure and is not in a working state https://github.com/synixebrett/HEMTT/pull/248. Use the ace arma-project-template instead

DerZade commented 4 years ago

The Template system is currently in a Major Restructure and is not in a working state #248. Use the ace arma-project-template instead

I think you misunderstood what I'm trying to do :sweat_smile:. I don't want to have "project template", instead I'm asking about this templating utility, which can be used to replace handlebar templates with their values in the hemtt.toml / hemtt.json. So this kind of templating is meant ^^

jokoho48 commented 4 years ago

no that is correct that the templating system is currently in a major rewrite and is not in a working state. #248 is the PR that should finish the restructure and the Wiki is heavily out of date.

BrettMayson commented 4 years ago

This is now back as hemtt var to avoid confusion with HEMTT's WIP template system