mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2025-03-17 13:22:54 +01:00
remove default start
and just document using lfg
This commit is contained in:
parent
0a130089bf
commit
64a41e98ab
@ -105,7 +105,7 @@ You will need this to manage users of your keys.
|
||||
## Start
|
||||
|
||||
```bash
|
||||
$ npm run nsecbunkerd start
|
||||
$ npm run lfg --admin <your-admin-npub>
|
||||
```
|
||||
|
||||
## Testing with `nsecbunker-client`
|
||||
|
11
src/index.ts
11
src/index.ts
@ -65,14 +65,5 @@ const argv = yargs(hideBin(process.argv))
|
||||
default: 'config/nsecbunker.json',
|
||||
},
|
||||
})
|
||||
.demandCommand(0, 1)
|
||||
.parse();
|
||||
|
||||
// Check if a command is provided, if not, default to 'start'
|
||||
if (!argv._[0]) {
|
||||
start({
|
||||
keys: [],
|
||||
verbose: false,
|
||||
config: argv.config as string,
|
||||
adminNpubs: adminNpubs
|
||||
});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user