mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-04-26 00:13:57 -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({});
|
const { apps } = await ctx.grpc.listKnownBOSSApps({});
|
||||||
logOutputList(apps, {
|
logOutputList(apps, {
|
||||||
format: cmd.format,
|
format: cmd.format,
|
||||||
onlyIncludeKeys: ['bossAppId', 'name', 'tasks', 'titleRegion'],
|
onlyIncludeKeys: ['bossAppId', 'name', 'titleId', 'titleRegion'],
|
||||||
mapping: {
|
mapping: {
|
||||||
bossAppId: 'App ID',
|
bossAppId: 'App ID',
|
||||||
name: 'Name',
|
name: 'Name',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user