tink_cli icon indicating copy to clipboard operation
tink_cli copied to clipboard

Write command line tools in Haxe

Results 10 tink_cli issues
Sort by recently updated
recently updated
newest added

Hi, I'm not sure if it's related to #3, but I wanted to know if there is a plan to extend the **Prompt** capabilities? I'm not an Haxe macro expert...

https://github.com/haxetink/tink_cli/blob/c9124f9be04baca0cd55f06237a0a9fffb6287dc/src/tink/cli/Macro.hx#L493 ``` C:/Haxe/Haxe425/haxe/lib/tink_cli/0,5,1/src/tink/cli/Macro.hx:493: characters 34-41 : Uncaught exception Null Access C:/Haxe/Haxe425/haxe/lib/tink_cli/0,5,1/src/tink/cli/Macro.hx:403: characters 62-73 : Called from here C:/Haxe/Haxe425/haxe/lib/tink_core/2,1,1/src/tink/core/Promise.hx:86: characters 24-28 : Called from here C:/Haxe/Haxe425/haxe/lib/tink_core/2,1,1/src/tink/core/Future.hx:109: characters 47-54 : Called from...

This PR allows empty string in `@:command("", "foo", "bar") function xx() {}` to be developed to the function name (responding to `"xx"` in addition to `"foo"` and to `"bar"`). Multiple...

This commit introduces the ability to add a parameter describtion for a flag, so it will appear in the in the syntax of the doc of the cli. This way...

Instead of manual caching

If it is a single dash + single char. Don't disable alias too. Produce a warning too.

```haxe @:required public var assets:Array; ``` Currently fails with `tink.Stringly should be Array`