<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CLI on Ikwuka Okoye</title><link>https://ikwukao.dev/tags/cli/</link><description>Recent content in CLI on Ikwuka Okoye</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 09 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ikwukao.dev/tags/cli/index.xml" rel="self" type="application/rss+xml"/><item><title>Designing a CLI Architecture for PokedexCLI in Go</title><link>https://ikwukao.dev/journal/pokedexcli-architecture/</link><pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate><guid>https://ikwukao.dev/journal/pokedexcli-architecture/</guid><description>&lt;h2 id="designing-a-cli-architecture-for-pokedexcli-in-go"&gt;Designing a CLI Architecture for PokedexCLI in Go&lt;/h2&gt;
&lt;p&gt;Building a command-line application can look deceptively simple.&lt;/p&gt;
&lt;p&gt;At first, the requirements for PokedexCLI seem straightforward: accept a command, execute it, call the Pokémon API when necessary, and print the result.&lt;/p&gt;
&lt;p&gt;But even a small CLI becomes difficult to maintain when command handling, application state, networking, caching, and presentation logic are allowed to grow together.&lt;/p&gt;
&lt;p&gt;For PokedexCLI, I wanted to approach the problem as a real software-engineering exercise rather than simply building a collection of commands that happened to work.&lt;/p&gt;</description></item><item><title>PokedexCLI</title><link>https://ikwukao.dev/projects/pokedexcli/</link><pubDate>Wed, 22 Jul 2026 00:00:00 +0000</pubDate><guid>https://ikwukao.dev/projects/pokedexcli/</guid><description>A Go-based CLI project exploring API integration, caching, stateful commands, and clean backend-oriented application structure.</description></item><item><title>BookBot</title><link>https://ikwukao.dev/projects/bookbot/</link><pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate><guid>https://ikwukao.dev/projects/bookbot/</guid><description>A Python CLI project focused on file processing, text analysis, dictionaries, iteration, and clean command-line application structure.</description></item></channel></rss>