pillar-markup / pillar

Markup syntax and associated tools to write and generate documentation, books and slides
MIT License
51 stars 37 forks source link

pillar archetype bod-book #582

Closed Ducasse closed 8 months ago

Ducasse commented 1 year ago
 pillar archetype bod-book
Error: Archetype bod-book does not exist
PRArchetype(Object)>>error:
PRArchetype>>validateExists
PRProject>>installArchetypeNamed:
ClapPillarArchetypeCommand>>execute
[ :args |
            args at: #helpFlag ifPresent: [ :help | help value; exitSuccess ].
            (self with: args) execute ] in ClapPillarArchetypeCommand class>>commandSpecification in Block: [ :args |...
FullBlockClosure(BlockClosure)>>cull:
FullBlockClosure(BlockClosure)>>cull:cull:
ClapCommand(ClapParameter)>>valueFor:with:
[ super valueFor: aMatch with: arg ] in ClapCommand>>valueFor:with: in Block: [ super valueFor: aMatch with: arg ]
OrderedCollection(Collection)>>detect:ifFound:ifNone:
ClapNamedMatch(ClapCompositeMatch)>>matchedSubcommand:ifNone:
ClapCommand>>valueFor:with:
ClapNamedMatch(ClapExpression)>>value:
[ :sub | sub value: arg ] in ClapCommand>>valueFor:with: in Block: [ :sub | sub value: arg ]
FullBlockClosure(BlockClosure)>>cull:
[ :cmdMatch | foundBlock cull: cmdMatch ] in ClapNamedMatch(ClapCompositeMatch)>>matchedSubcommand:ifNone: in Block: [ :cmdMatch | foundBlock cull: cmdMatch ]
FullBlockClosure(BlockClosure)>>cull:
[ :each |
            (aBlock value: each)
                ifTrue: [ ^ foundBlock cull: each ] ] in OrderedCollection(Collection)>>detect:ifFound:ifNone: in Block: [ :each | ...
OrderedCollection>>do:
OrderedCollection(Collection)>>detect:ifFound:ifNone:
ClapNamedMatch(ClapCompositeMatch)>>matchedSubcommand:ifNone:
ClapCommand>>valueFor:with:
ClapNamedMatch(ClapExpression)>>value:
[ :sub | sub value: arg ] in ClapRoot(ClapCommand)>>valueFor:with: in Block: [ :sub | sub value: arg ]
FullBlockClosure(BlockClosure)>>cull:
[ :cmdMatch | foundBlock cull: cmdMatch ] in ClapCompositeMatch>>matchedSubcommand:ifNone: in Block: [ :cmdMatch | foundBlock cull: cmdMatch ]
FullBlockClosure(BlockClosure)>>cull:
[ :each |
            (aBlock value: each)
                ifTrue: [ ^ foundBlock cull: each ] ] in OrderedCollection(Collection)>>detect:ifFound:ifNone: in Block: [ :each | ...
OrderedCollection>>do:
OrderedCollection(Collection)>>detect:ifFound:ifNone:
➜  booklet-CorePharo git:(main) pillar archetype bod-book
Ducasse commented 8 months ago

I checked with V10.0.0 and it worked