mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -05:00
fix: add missing table row in app ls
This commit is contained in:
parent
5d426bcf94
commit
c01bc7f167
|
|
@ -9,7 +9,7 @@ const listCmd = new Command('ls')
|
|||
const { apps } = await ctx.grpc.listKnownBOSSApps({});
|
||||
logOutputList(apps, {
|
||||
format: cmd.format,
|
||||
onlyIncludeKeys: ['bossAppId', 'name', 'tasks', 'titleRegion'],
|
||||
onlyIncludeKeys: ['bossAppId', 'name', 'titleId', 'titleRegion'],
|
||||
mapping: {
|
||||
bossAppId: 'App ID',
|
||||
name: 'Name',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user