Documentation / zerotal / index / ArtisanResult
Interface: ArtisanResult
Defined in: packages/core/src/facade/facades/Artisan.ts:9
Outcome of running a command through Artisan.
Properties
code
code:
number
Defined in: packages/core/src/facade/facades/Artisan.ts:11
Process-style exit code: 0 = success, non-zero = failure.
output
output:
string
Defined in: packages/core/src/facade/facades/Artisan.ts:13
Everything the command wrote via info/error/warn/etc.