TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building CLI Apps in Go with Docli

5 pointsby celicooalmost 6 years ago

1 comment

celicooalmost 6 years ago
Hey, creator of Docli (<a href="https:&#x2F;&#x2F;docli.dev" rel="nofollow">https:&#x2F;&#x2F;docli.dev</a>) here.<p>3 months ago I&#x27;ve posted on Hacker News about Docli, a new library to help you build CLI Apps in Go.<p>After the feedback I received about the lack of support for nested commands (aka subcommands), I decided to dedicate my free time to add this feature, you can read more about it at <a href="https:&#x2F;&#x2F;github.com&#x2F;celicoo&#x2F;docli&#x2F;issues&#x2F;10" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;celicoo&#x2F;docli&#x2F;issues&#x2F;10</a><p>Three months have passed, and I&#x27;m proud to announce that this feature has been merged!<p>If you feel up to it, please follow the tutorial (<a href="https:&#x2F;&#x2F;docli.dev&#x2F;docs&#x2F;tutorial" rel="nofollow">https:&#x2F;&#x2F;docli.dev&#x2F;docs&#x2F;tutorial</a>), it will help you understand the Docli concepts.