fix(core): update

This commit is contained in:
2023-07-13 01:33:17 +02:00
parent 1577265f6b
commit 2f5374be50
5 changed files with 241 additions and 83 deletions

View File

@@ -2,7 +2,7 @@ const textToPost: string = 'Test runs!';
console.log(textToPost);
const run = async () => {
const smartcli = await import('@pushrocks/smartcli');
const smartcli = await import('@push.rocks/smartcli');
const smartcliInstance = new smartcli.Smartcli();
console.log(process.argv);
smartcliInstance.addCommand('sayhello').subscribe(async (argvArg) => {