mirror of
https://github.com/Dokploy/cli.git
synced 2026-06-29 11:05:32 +02:00
chore: update README and remove .mocharc.json
- Removed the .mocharc.json file as part of the project cleanup. - Updated README to enhance clarity on usage, authentication options, and command examples. - Added details on environment variable support and improved command structure for better user guidance.
This commit is contained in:
@@ -22,7 +22,9 @@ program
|
||||
registerAuthCommand(program);
|
||||
registerGeneratedCommands(program);
|
||||
|
||||
program.parseAsync(process.argv).catch((err) => {
|
||||
const argv = process.argv.filter((arg) => arg !== "--");
|
||||
|
||||
program.parseAsync(argv).catch((err) => {
|
||||
console.error(chalk.red(err.message));
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user