linux-china / task-keeper

A cli to manage tasks from different task runners or package managers
Apache License 2.0
20 stars 3 forks source link

tk --init=<type> is not working #1

Closed nandorholozsnyak closed 1 year ago

nandorholozsnyak commented 1 year ago

Hi.

I just wanted to try out the --init command like it is mentioned in the release notes for 0.5.0 and 0.5.2, but with the given examples it is not working.

❯ tk --init=jbang
error: The argument '--init <shell> <make> <jbang> <just>' requires 4 values, but 1 was provided

USAGE:
    tk [OPTIONS] [--] [tasks]...

For more information try --help

Or with that:

❯ tk --init=jbang bang.java 
error: The argument '--init <shell> <make> <jbang> <just>' requires 4 values, but 1 was provided

USAGE:
    tk [OPTIONS] [--] [tasks]...

For more information try --help

Version:

❯ tk -V
tk 0.6.1
nandorholozsnyak commented 1 year ago

Just upgraded, still happening.

❯ tk -V                    
tk 0.6.2
linux-china commented 1 year ago

Hi man, sorry for delay feedback. Fixed in 0.6.3, and try tk --init=jbang to create demo jbang-catalog.json

nandorholozsnyak commented 1 year ago

Hi. Thank you.