feat: added banner 9128a5b4
Steve · 2025-08-16 21:49 1 file(s) · +19 −1
src/index.ts +19 −1
140 140
141 141
const cli = subcommands({
142 142
	name: "atlas",
143 -
	description: "Explore ENS with Atlas",
143 +
	description: `
144 +
145 +
        ++   ++
146 +
     +++  +++  +++             ##       ##########    ##              ##         #####
147 +
   +++++ +++++  ++++          ####          ##        ##             ###       ##     ##
148 +
  +++++ +++++++ +++++         ## ##         ##        ##            ## ##      ##
149 +
  +++++ +++++++ +++++        ##  ##         ##        ##            ##  ##     #####
150 +
  +++++ +++++++ +++++        #    ##        ##        ##           ##   ##          ####
151 +
  +++++ +++++++ +++++       #########       ##        ##          #########            ##
152 +
   +++++ +++++  ++++       ##      ##       ##        ##          ##      ##   ##     ##
153 +
     +++  +++  +++         ##       ##      ##        #########  ##       ##     ######
154 +
         ++  +
155 +
156 +
157 +
158 +
         A CLI for exploring ENS
159 +
         https://github.com/stevedylandev/atlas
160 +
161 +
	`,
144 162
	version: "0.0.1",
145 163
	cmds: {
146 164
		profile,