Might be a me issue. Just wanted to try this tool out for aoc. I run both Linux and Windows. Didn't try on Linux yet, but on Windows it spits errors about .scaffold.toml not being found and whatnot:
# in template directory
❯ cargo scaffold
Error: cannot open .scaffold.toml in scaffold
Caused by:
The system cannot find the path specified. (os error 3)
❯ cargo scaffold .\template\
error: unexpected argument '.\template\' found
Usage: cargo-scaffold.exe [OPTIONS] <template>
For more information, try '--help'.
Might be a me issue. Just wanted to try this tool out for aoc. I run both Linux and Windows. Didn't try on Linux yet, but on Windows it spits errors about .scaffold.toml not being found and whatnot:
Thanks.