You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/usr/bin/env node
import{Clerc,helpPlugin,versionPlugin}from"clerc";constcli=Clerc.create().scriptName("my-cli").description("Hello World").version("0.1.0").use(helpPlugin()).use(versionPlugin()).command("init","Initialize a project").parse();
And when I run ./dist/cli.js -V or ./dist/cli.js --version or ./dist/cli.js version, the output looks like this:
Where is this weird percentage symbol with the white background coming from?
The text was updated successfully, but these errors were encountered:
Hey there,
I'm using the version plugin:
And when I run
./dist/cli.js -V
or./dist/cli.js --version
or./dist/cli.js version
, the output looks like this:Where is this weird percentage symbol with the white background coming from?
The text was updated successfully, but these errors were encountered: