1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-18 05:10:07 -07:00

Add load relations command description, add relations

This commit is contained in:
David Hübner 2017-04-16 22:19:41 +02:00
parent e5451ff9cd
commit cafc6e55b0
3 changed files with 37 additions and 8 deletions

View File

@ -121,6 +121,22 @@ u9147p01c06: u9147p01c02
u9147p02c02: u9147p01c02 u9147p02c02: u9147p01c02
u9147p03c02: 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 # Figure Fabuland Elephant Head
u588p02c02: u588p01c02 u588p02c02: u588p01c02
@ -184,3 +200,21 @@ u588p02c02: u588p01c02
76019: 76244 76019: 76244
4107539: 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

View File

@ -89,7 +89,6 @@
10119: 51704 10119: 51704
3149: 3149d 3149: 3149d
75998: 4493c00 75998: 4493c00
10119: 51704
30658: 3404 30658: 3404
59275: 2599 59275: 2599
@ -168,10 +167,6 @@ wheel2a: 568c01
76320: 32181c02 76320: 32181c02
76320: 32181c02
58123b: 58123p01
95292c01: 75348 95292c01: 75348
2909c03: 75348 2909c03: 75348
2909c02: 75348 2909c02: 75348

View File

@ -12,8 +12,8 @@ class LoadRelationCommand extends ContainerAwareCommand
{ {
$this $this
->setName('app:load:relations') ->setName('app:load:relations')
->setDescription('Loads relations between LDraw models and Rebrickable parts') ->setDescription('Loads relations between LDraw models and Rebrickable parts.')
->setHelp('This command allows you to..'); ->setHelp('This command allows you to load relation between models and parts into database.');
} }
protected function execute(InputInterface $input, OutputInterface $output) protected function execute(InputInterface $input, OutputInterface $output)