Skip to content

Commit

Permalink
feat(code): update cli name
Browse files Browse the repository at this point in the history
  • Loading branch information
crherman7 committed Mar 25, 2024
1 parent 9557b42 commit d2d47c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import cliPkg from "../package.json";
* @type {Object}
*/
program
.name("@brandingbrand/code-cli")
.name("flagship-code")
.description("command-line interface for ephermal native code generation")
.version(cliPkg.version, "-v, --version", "output the current version");
/**
Expand Down

0 comments on commit d2d47c4

Please sign in to comment.