We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df16d97 + df08833 commit fbdda11Copy full SHA for fbdda11
bin/index.js
@@ -13,7 +13,7 @@ async function main() {
13
14
const program = new Command();
15
program
16
- .name(PROJECT_NAME)
+ .name('puter')
17
.description('CLI tool for Puter cloud platform')
18
.version(version);
19
0 commit comments