mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-17 21:00:09 -07:00
Add load relations command description, add relations
This commit is contained in:
parent
e5451ff9cd
commit
cafc6e55b0
@ -121,6 +121,22 @@ u9147p01c06: u9147p01c02
|
||||
u9147p02c02: u9147p01c02
|
||||
u9147p03c02: u9147p01c02
|
||||
|
||||
# Figure Fabuland Monkey
|
||||
u595p01c08: u595p01c04
|
||||
u595p01c07: u595p01c04
|
||||
u595p01c06: u595p01c04
|
||||
u595p01c05: u595p01c04
|
||||
|
||||
# Figure Fabuland Monkey Head
|
||||
u595p02c03: u595p02c02
|
||||
|
||||
# Figure Fabuland Monkey 2
|
||||
u595p02c05: u595p02c04
|
||||
|
||||
# Figure Fabuland Mouse 1
|
||||
u9105p01c06: u9105p01c02
|
||||
u9105p01c03: u9105p01c02
|
||||
|
||||
# Figure Fabuland Elephant Head
|
||||
u588p02c02: u588p01c02
|
||||
|
||||
@ -184,3 +200,21 @@ u588p02c02: u588p01c02
|
||||
|
||||
76019: 76244
|
||||
4107539: 76244
|
||||
|
||||
3680c02: 3680c01
|
||||
4221774: 3680c01
|
||||
9245: 3680c01
|
||||
9246: 3680c01
|
||||
9258: 3680c01
|
||||
9328: 3680c01
|
||||
9352: 3680c01
|
||||
|
||||
4508c01: 251c01
|
||||
|
||||
4100338: 2557c01
|
||||
4100340: 6051c01
|
||||
|
||||
4100339: 2559c01
|
||||
75192: 2977c01
|
||||
|
||||
4539364: 64776
|
@ -89,7 +89,6 @@
|
||||
10119: 51704
|
||||
3149: 3149d
|
||||
75998: 4493c00
|
||||
10119: 51704
|
||||
30658: 3404
|
||||
|
||||
59275: 2599
|
||||
@ -168,10 +167,6 @@ wheel2a: 568c01
|
||||
|
||||
76320: 32181c02
|
||||
|
||||
76320: 32181c02
|
||||
|
||||
58123b: 58123p01
|
||||
|
||||
95292c01: 75348
|
||||
2909c03: 75348
|
||||
2909c02: 75348
|
||||
|
@ -12,8 +12,8 @@ class LoadRelationCommand extends ContainerAwareCommand
|
||||
{
|
||||
$this
|
||||
->setName('app:load:relations')
|
||||
->setDescription('Loads relations between LDraw models and Rebrickable parts')
|
||||
->setHelp('This command allows you to..');
|
||||
->setDescription('Loads relations between LDraw models and Rebrickable parts.')
|
||||
->setHelp('This command allows you to load relation between models and parts into database.');
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
|
Loading…
x
Reference in New Issue
Block a user