I'm using this tool as a compliment to https://github.com/joa23/linear-cli, as the latter doesn't offer all the same features this tool does (and vise versa), but I notice the startup time of this tool is an order of magnitude longer:
# joa23/linear-cli
❯ time /opt/homebrew/opt/linear-cli/bin/linear -h >/dev/null
/opt/homebrew/opt/linear-cli/bin/linear -h > /dev/null 0.00s user 0.00s system 66% cpu 0.010 total
# schpet/linear-cli
❯ time /opt/homebrew/opt/linear/bin/linear -h >/dev/null
/opt/homebrew/opt/linear/bin/linear -h > /dev/null 0.13s user 0.02s system 99% cpu 0.155 total
I'm imagining that this matters (adds up) in repeated tool calls by Claude.
Any ideas why, and possible things that can improve things? Thanks!
I'm using this tool as a compliment to https://github.com/joa23/linear-cli, as the latter doesn't offer all the same features this tool does (and vise versa), but I notice the startup time of this tool is an order of magnitude longer:
I'm imagining that this matters (adds up) in repeated tool calls by Claude.
Any ideas why, and possible things that can improve things? Thanks!